Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Sep 6, 2023
1 parent 76f134d commit 8aa59d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}
dependencies {
implementation("org.radarbase:radar-commons:1.0.0")
implementation("org.radarbase:radar-commons:1.1.0")
}
```

Expand Down Expand Up @@ -62,7 +62,7 @@ repositories {
}
dependencies {
implementation("org.radarbase:radar-commons-server:1.0.0")
implementation("org.radarbase:radar-commons-server:1.1.0")
}
```

Expand All @@ -75,7 +75,7 @@ repositories {
}
dependencies {
testImplementation("org.radarbase:radar-commons-testing:1.0.0")
testImplementation("org.radarbase:radar-commons-testing:1.1.0")
}
```

Expand All @@ -102,7 +102,7 @@ configurations.all {
}
dependencies {
implementation("org.radarbase:radar-commons:1.0.1-SNAPSHOT")
implementation("org.radarbase:radar-commons:1.1.1-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
const val project = "1.0.1-SNAPSHOT"
const val project = "1.1.0"

object Plugins {
const val kotlin = "1.9.10"
Expand Down
2 changes: 1 addition & 1 deletion radar-commons-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
signing
}

version = "1.0.1-SNAPSHOT"
version = "1.1.0"
group = "org.radarbase"
description = "RADAR-base common Gradle plugin setup"

Expand Down

0 comments on commit 8aa59d8

Please sign in to comment.