Skip to content

Commit

Permalink
set version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Jan 3, 2025
1 parent 5363845 commit 2ef8bd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kodex-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "nl.jolanrensen.kodex"
version = "0.4.0-SNAPSHOT"
version = "0.4.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion kodex-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "nl.jolanrensen.kodex"
version = "0.4.0-SNAPSHOT"
version = "0.4.0"

publishing {
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import java.io.IOException

abstract class DocProcessorFunctionalTest(name: String) {

protected val version = "0.4.0-SNAPSHOT"
protected val version = "0.4.0"

init {
println("NOTE!! make sure you have the plugin installed in your local maven repo")
Expand Down
2 changes: 1 addition & 1 deletion kodex-intellij-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "nl.jolanrensen.kodex"
version = "0.4.0-SNAPSHOT"
version = "0.4.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 2ef8bd4

Please sign in to comment.