Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit e5cfc21

Browse files
committed
Adjust version in README.md
1 parent 2ff69b2 commit e5cfc21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
5757
dependencies {
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

0 commit comments

Comments
 (0)