Skip to content

Commit

Permalink
Merge pull request #20 from permitio/asafc-patch-1
Browse files Browse the repository at this point in the history
fix readme - 2.0.0-rc
  • Loading branch information
Asaf Cohen authored Dec 7, 2023
2 parents a0e4cfa + b66a28d commit 11136cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For [Maven](https://maven.apache.org/) projects, use:
<dependency>
<groupId>io.permit</groupId>
<artifactId>permit-sdk-java</artifactId>
<version>2.0.0</version>
<version>2.0.0-rc</version>
</dependency>
```

Expand All @@ -24,7 +24,7 @@ For [Gradle](https://gradle.org/) projects, configure `permit-sdk-java` as a dep
dependencies {
// ...
implementation 'io.permit:permit-sdk-java:2.0.0'
implementation 'io.permit:permit-sdk-java:2.0.0-rc'
}
```

Expand Down

0 comments on commit 11136cc

Please sign in to comment.