Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed May 9, 2022
1 parent 5897fe9 commit 318d3ce
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.14.0'
implementation group: 'org.radarbase', name: 'radar-commons', version: '0.15.0'
}
```

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

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

Expand All @@ -107,7 +107,7 @@ configurations.all {
}
dependencies {
compile group: 'org.radarbase', name: 'radar-commons', version: '0.14.1-SNAPSHOT'
implementation group: 'org.radarbase', name: 'radar-commons', version: '0.15.1-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

allprojects {
version = '0.14.1-SNAPSHOT'
version = '0.15.0'
group = 'org.radarbase'
}

Expand Down

0 comments on commit 318d3ce

Please sign in to comment.