Skip to content

Commit

Permalink
Next version
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed May 26, 2023
1 parent 3692852 commit 580d71c
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.1.0-SNAPSHOT"
version = "1.1.0"
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.1.0-SNAPSHOT""""
newValue = """id "com.ioki.sentry.proguard" version "1.1.0""""
)
buildFile.writeText(newBuildFile)
val settingsFile = testTmpPath.resolve("settings.gradle")
Expand Down

0 comments on commit 580d71c

Please sign in to comment.