Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Oct 7, 2020
1 parent c3f0a65 commit 07b83ce
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 @@ -11,7 +11,7 @@ repositories {
}
dependencies {
api("org.radarbase:radar-jersey:0.3.1")
api("org.radarbase:radar-jersey:0.3.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 {

allprojects {
group = 'org.radarbase'
version = '0.3.2-SNAPSHOT'
version = '0.3.2'

ext {
jerseyVersion = "2.32"
Expand Down

0 comments on commit 07b83ce

Please sign in to comment.