Skip to content

Commit

Permalink
chore: revise README to be 1.x.x instead of 0.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Jan 9, 2024
1 parent 6aeb29c commit 60726c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flipt-client-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'io.flipt-io:flipt-java:0.x.x'
implementation 'io.flipt-io:flipt-java:1.x.x'
}
```

Expand All @@ -22,7 +22,7 @@ Add the dependency in your `pom.xml`:
<dependency>
<groupId>io.flipt</groupId>
<artifactId>flipt-java</artifactId>
<version>0.x.x</version>
<version>1.x.x</version>
</dependency>
```

Expand Down

0 comments on commit 60726c4

Please sign in to comment.