Skip to content

Commit 8bdcff7

Browse files
committed
Bump version to 0.4.0
1 parent 480306b commit 8bdcff7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ plugins {
2626
}
2727

2828
val env: MutableMap<String, String> = System.getenv()
29+
val pluginVersion: String by project
2930
val townyVersion: String by project
3031

3132
fun gitBranchName(): String {
@@ -56,7 +57,7 @@ fun readEditorConfigRules(): Map<String, String> {
5657
}
5758

5859
group = "de.sean"
59-
version = "0.3.3"
60+
version = pluginVersion
6061
base.archivesName.set("${project.name}-$version-${gitBranchName()}")
6162

6263
repositories {

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAME
55
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
66
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
77

8+
pluginVersion=0.4.0
89
townyVersion=0.97.0.8

0 commit comments

Comments
 (0)