Skip to content

Commit

Permalink
0.27 Release with latest litesockets
Browse files Browse the repository at this point in the history
  • Loading branch information
jentfoo committed Dec 9, 2019
1 parent e2d9cfe commit 84ee5be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Include the litesockets http client into your project from maven central:
<dependency>
<groupId>org.threadly</groupId>
<artifactId>litesockets-http-client</artifactId>
<version>0.25</version>
<version>0.27</version>
</dependency>
```

Expand All @@ -17,7 +17,7 @@ Include the litesockets http server into your project from maven central:
<dependency>
<groupId>org.threadly</groupId>
<artifactId>litesockets-http-server</artifactId>
<version>0.25</version>
<version>0.27</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group = org.threadly
version = 0.27-SNAPSHOT
version = 0.27
threadlyVersion = 5.41
litesocketsVersion = 4.11
litesocketsVersion = 4.13
org.gradle.parallel=false
junitVersion = 4.12

0 comments on commit 84ee5be

Please sign in to comment.