Skip to content

Commit

Permalink
Set project version to 1.2.0
Browse files Browse the repository at this point in the history
Minor version increased because the Sentry backwards compatible feature was added.
  • Loading branch information
pvannierop committed Oct 4, 2024
1 parent 63f9314 commit a5931d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ configurations.all {
}
dependencies {
implementation("org.radarbase:radar-commons:1.1.3-SNAPSHOT")
implementation("org.radarbase:radar-commons:1.2.0")
}
```

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,6 +1,6 @@
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
object Versions {
const val project = "1.1.3-SNAPSHOT"
const val project = "1.2.0"

object Plugins {
const val licenseReport = "2.5"
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 @@ -177,7 +177,7 @@ tasks.withType<PublishToMavenRepository> {
// They should be copied from the Versions.kt file directly to maintain consistency.
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
object Versions {
const val project = "1.1.3-SNAPSHOT"
const val project = "1.2.0"

object Plugins {
const val licenseReport = "2.5"
Expand Down

0 comments on commit a5931d0

Please sign in to comment.