Skip to content

Commit

Permalink
set version to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Jun 11, 2024
1 parent f22d3e6 commit a03881b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc-processor-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "nl.jolanrensen.docProcessor"
version = "0.3.8-SNAPSHOT"
version = "0.3.8"

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

group = "nl.jolanrensen.docProcessor"
version = "0.3.8-SNAPSHOT"
version = "0.3.8"

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

abstract class DocProcessorFunctionalTest(name: String) {

protected val version = "0.3.8-SNAPSHOT"
protected val version = "0.3.8"

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

group = "nl.jolanrensen.docProcessor"
version = "0.3.8-SNAPSHOT"
version = "0.3.8"

repositories {
mavenCentral()
Expand Down

0 comments on commit a03881b

Please sign in to comment.