Skip to content

Commit 7e3195a

Browse files
committed
set version to 0.4.3
1 parent 4a5012b commit 7e3195a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

kodex-common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "nl.jolanrensen.kodex"
13-
version = "0.4.3-SNAPSHOT"
13+
version = "0.4.3"
1414

1515
repositories {
1616
mavenCentral()

kodex-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = "nl.jolanrensen.kodex"
16-
version = "0.4.3-SNAPSHOT"
16+
version = "0.4.3"
1717

1818
publishing {
1919
repositories {

kodex-gradle-plugin/src/functionalTest/kotlin/nl/jolanrensen/kodex/DocProcessorFunctionalTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import java.io.IOException
1313

1414
abstract class DocProcessorFunctionalTest(name: String) {
1515

16-
protected val version = "0.4.3-SNAPSHOT"
16+
protected val version = "0.4.3"
1717

1818
init {
1919
println("NOTE!! make sure you have the plugin installed in your local maven repo")

kodex-intellij-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "nl.jolanrensen.kodex"
15-
version = "0.4.3-SNAPSHOT"
15+
version = "0.4.3"
1616

1717
repositories {
1818
mavenCentral()

0 commit comments

Comments
 (0)