Skip to content

Commit

Permalink
Prepare next relaese
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Jun 20, 2024
1 parent cfd3727 commit 74de61f
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 @@ -38,7 +38,7 @@ val dokkaJar = tasks.register<Jar>("dokkaJar") {
archiveClassifier.set("javadoc")
}

version = "2.3.0-SNAPSHOT"
version = "2.3.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.kts")
val newBuildFile = buildFile.readText().replace(
oldValue = """id("com.ioki.sentry.proguard")""",
newValue = """id("com.ioki.sentry.proguard") version "2.3.0-SNAPSHOT""""
newValue = """id("com.ioki.sentry.proguard") version "2.3.0""""
)
buildFile.writeText(newBuildFile)
val settingsFile = testTmpPath.resolve("settings.gradle.kts")
Expand Down

0 comments on commit 74de61f

Please sign in to comment.