Skip to content

Commit

Permalink
Next version
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed May 31, 2023
1 parent 4f5f7b5 commit 5103ef8
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 @@ -31,7 +31,7 @@ java {
withJavadocJar()
}

version = "1.2.0-SNAPSHOT"
version = "1.1.1"
group = "com.ioki"
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 "1.2.0-SNAPSHOT""""
newValue = """id "com.ioki.sentry.proguard" version "1.1.1""""
)
buildFile.writeText(newBuildFile)
val settingsFile = testTmpPath.resolve("settings.gradle")
Expand Down

0 comments on commit 5103ef8

Please sign in to comment.