Skip to content

Commit 44fae2c

Browse files
committed
0.25 Release!
1 parent 43415de commit 44fae2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.24</version>
10+
<version>0.25</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.24</version>
20+
<version>0.25</version>
2121
</dependency>
2222
```
2323

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = org.threadly
2-
version = 0.25-SNAPSHOT
2+
version = 0.25
33
threadlyVersion = 5.38
44
litesocketsVersion = 4.10
55
org.gradle.parallel=false

0 commit comments

Comments
 (0)