Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Mar 31, 2023
1 parent cbfd095 commit 38f2f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'org.torusresearch:torus-utils-java:2.0.1'
implementation 'org.torusresearch:torus-utils-java:3.1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
apply plugin: 'maven'

group 'org.torusresearch'
version '2.0.0'
version '3.1.2'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 38f2f76

Please sign in to comment.