Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Mar 16, 2021
1 parent b236d2b commit 60c3155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.13.0'
implementation group: 'org.radarbase', name: 'radar-commons', version: '0.13.1'
}
```

Expand Down Expand Up @@ -69,7 +69,7 @@ repositories {
}
dependencies {
implementation group: 'org.radarbase', name: 'radar-commons-server', version: '0.13.0'
implementation group: 'org.radarbase', name: 'radar-commons-server', version: '0.13.1'
}
```

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

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

Expand All @@ -119,7 +119,7 @@ configurations.all {
}
dependencies {
compile group: 'org.radarbase', name: 'radar-commons', version: '0.13.1-SNAPSHOT'
compile group: 'org.radarbase', name: 'radar-commons', version: '0.13.2-SNAPSHOT'
}
```

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 @@ subprojects {
// Configuration //
//---------------------------------------------------------------------------//

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

Expand Down

0 comments on commit 60c3155

Please sign in to comment.