This repository was archived by the owner on Jun 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Using the library with maven:
3838 <groupId >com.labymedia</groupId >
3939 <artifactId >ultralight-java-base</artifactId >
4040 <!-- Replace with latest version from https://search.maven.org/artifact/com.labymedia/ultralight-java-base !-->
41- <version >0.3.4 </version >
41+ <version >0.4.1 </version >
4242</dependency >
4343```
4444
@@ -48,19 +48,19 @@ If you need Javascript interop:
4848 <groupId >com.labymedia</groupId >
4949 <artifactId >ultralight-java-databind</artifactId >
5050 <!-- Replace with latest version from https://search.maven.org/artifact/com.labymedia/ultralight-java-databind !-->
51- <version >0.3.4 </version >
51+ <version >0.4.1 </version >
5252</dependency >
5353```
5454
5555### Gradle
5656``` kotlin
5757dependencies {
5858 // Replace with latest version from https://search.maven.org/artifact/com.labymedia/ultralight-java-base
59- implementation(" com.labymedia" , " ultralight-java-base" , " 0.3.4 " )
59+ implementation(" com.labymedia" , " ultralight-java-base" , " 0.4.1 " )
6060
6161 // // Replace with latest version from https://search.maven.org/artifact/com.labymedia/ultralight-java-databind
6262 // Remove the comments if you need Javascript interop
63- // implementation("com.labymedia", "ultralight-java-databind", "0.3.4 ")
63+ // implementation("com.labymedia", "ultralight-java-databind", "0.4.1 ")
6464}
6565```
6666
You can’t perform that action at this time.
0 commit comments