Skip to content

Commit

Permalink
Merge pull request #6 from permitio/oded/per-4999-fix-java-sdk
Browse files Browse the repository at this point in the history
Oded/per 4999 fix java sdk
  • Loading branch information
obsd authored Apr 20, 2023
2 parents c14f6bb + d3c2600 commit 39791f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0.0</version>
<version>1.1.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.0.0'
implementation 'io.permit:permit-sdk-java:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
// be published
group = 'io.permit'
// sets the java package version automatically (looks at the git repo, latest tags, commit hashes, etc)
version '1.1.0'
version gitVersion()

repositories {
// Use Maven Central for resolving dependencies.
Expand Down

0 comments on commit 39791f4

Please sign in to comment.