Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Oct 27, 2020
1 parent d3a7067 commit 54aa2bc
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.4.2")
api("org.radarbase:radar-jersey:0.4.2.1")
}
```

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.4.3-SNAPSHOT'
version = '0.4.2.1'

ext {
jerseyVersion = "2.32"
Expand Down

0 comments on commit 54aa2bc

Please sign in to comment.