Skip to content

Commit

Permalink
Prepare next relaese
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Dec 18, 2023
1 parent 0c28c4e commit 44565c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ java {
withJavadocJar()
}

version = "2.2.0-SNAPSHOT"
version = "2.2.0"
group = "com.ioki.sentry.proguard"
publishing {
publications {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SentryProguardGradlePluginPublishingTest {
val buildFile = testTmpPath.resolve("build.gradle")
val newBuildFile = buildFile.readText().replace(
oldValue = """id "com.ioki.sentry.proguard"""",
newValue = """id "com.ioki.sentry.proguard" version "2.2.0-SNAPSHOT""""
newValue = """id "com.ioki.sentry.proguard" version "2.2.0""""
)
buildFile.writeText(newBuildFile)
val settingsFile = testTmpPath.resolve("settings.gradle")
Expand Down

0 comments on commit 44565c1

Please sign in to comment.