Skip to content

Commit

Permalink
update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
asafc committed May 14, 2023
1 parent 7a247f4 commit 40e72f6
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 @@ -13,7 +13,7 @@ For [Maven](https://maven.apache.org/) projects, use:
<dependency>
<groupId>io.permit</groupId>
<artifactId>permit-sdk-java</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

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

Expand Down

0 comments on commit 40e72f6

Please sign in to comment.