Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Apr 23, 2024
1 parent 5f4a4f4 commit 8b28558
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 @@ -39,7 +39,7 @@ val dokkaJar = tasks.register<Jar>("dokkaJar") {
archiveClassifier.set("javadoc")
}

version = "2.2.0-SNAPSHOT"
version = "2.2.0"
group = "com.ioki.lokalise"
publishing {
publications {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class LokaliseGradlePluginPublishingTest {
fun `consuming of plugin publication via mavenLocal works`() {
val newBuildFile = buildGradle.readText().replace(
oldValue = """id("com.ioki.lokalise")""",
newValue = """id("com.ioki.lokalise") version "2.2.0-SNAPSHOT""""
newValue = """id("com.ioki.lokalise") version "2.2.0""""
)
buildGradle.writeText(newBuildFile)

Expand Down

0 comments on commit 8b28558

Please sign in to comment.