Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed May 21, 2019
1 parent c8e2bc9 commit 5bcce67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}
dependencies {
implementation group: 'org.radarbase', name: 'radar-commons', version: '0.12.0'
implementation group: 'org.radarbase', name: 'radar-commons', version: '0.12.1'
}
```

Expand All @@ -26,7 +26,7 @@ repositories {
}
dependencies {
implementation group: 'org.radarbase', name: 'radar-commons-server', version: '0.12.0'
implementation group: 'org.radarbase', name: 'radar-commons-server', version: '0.12.1'
}
```

Expand All @@ -40,7 +40,7 @@ repositories {
}
dependencies {
testImplementation group: 'org.radarbase', name: 'radar-commons-testing', version: '0.12.0'
testImplementation group: 'org.radarbase', name: 'radar-commons-testing', version: '0.12.1'
}
```

Expand All @@ -53,7 +53,7 @@ repositories {
}
dependencies {
runtimeOnly group: 'org.radarbase', name: 'radar-commons-unsafe', version: '0.12.0'
runtimeOnly group: 'org.radarbase', name: 'radar-commons-unsafe', version: '0.12.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ subprojects {
// Configuration //
//---------------------------------------------------------------------------//

version = '0.12.1-SNAPSHOT'
version = '0.12.1'
group = 'org.radarbase'
ext.githubRepoName = 'RADAR-base/radar-commons'

Expand Down

0 comments on commit 5bcce67

Please sign in to comment.