Skip to content

Commit 84ee5be

Browse files
committed
0.27 Release with latest litesockets
1 parent e2d9cfe commit 84ee5be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Include the litesockets http client into your project from maven central:
77
<dependency>
88
<groupId>org.threadly</groupId>
99
<artifactId>litesockets-http-client</artifactId>
10-
<version>0.25</version>
10+
<version>0.27</version>
1111
</dependency>
1212
```
1313

@@ -17,7 +17,7 @@ Include the litesockets http server into your project from maven central:
1717
<dependency>
1818
<groupId>org.threadly</groupId>
1919
<artifactId>litesockets-http-server</artifactId>
20-
<version>0.25</version>
20+
<version>0.27</version>
2121
</dependency>
2222
```
2323

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group = org.threadly
2-
version = 0.27-SNAPSHOT
2+
version = 0.27
33
threadlyVersion = 5.41
4-
litesocketsVersion = 4.11
4+
litesocketsVersion = 4.13
55
org.gradle.parallel=false
66
junitVersion = 4.12
77

0 commit comments

Comments
 (0)