Skip to content

Commit 81a4ffe

Browse files
committed
docs: update version to v0.0.6
1 parent c10e748 commit 81a4ffe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Lightweight Java client for SBX Cloud APIs. Compatible with Java 21+ and Spring
1919
<dependency>
2020
<groupId>com.github.socobox</groupId>
2121
<artifactId>sbxcloud-lib-java</artifactId>
22-
<version>v0.0.2</version>
22+
<version>v0.0.6</version>
2323
</dependency>
2424
```
2525

@@ -31,11 +31,11 @@ repositories {
3131
}
3232
3333
dependencies {
34-
implementation 'com.github.socobox:sbxcloud-lib-java:v0.0.2'
34+
implementation 'com.github.socobox:sbxcloud-lib-java:v0.0.6'
3535
}
3636
```
3737

38-
> Replace `v0.0.2` with the latest release tag or use `main-SNAPSHOT` for the latest commit.
38+
> Replace `v0.0.6` with the latest release tag or use `main-SNAPSHOT` for the latest commit.
3939
4040
### Local Build
4141

0 commit comments

Comments
 (0)