update version

This commit is contained in:
1e99 2024-12-17 17:25:34 +01:00
parent 32dce28118
commit 7da03d386d
4 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@ plugins {
} }
group = 'eu.e99' group = 'eu.e99'
version = '0.0.1' version = project.version
repositories { repositories {
mavenCentral() mavenCentral()

1
gradle.properties Normal file
View file

@ -0,0 +1 @@
version=0.0.2

View file

@ -4,7 +4,7 @@ plugins {
} }
group = 'eu.e99' group = 'eu.e99'
version = '0.0.1' version = project.version
base { base {
archivesName = "pixelchat-fabric-${project.minecraft_version}" archivesName = "pixelchat-fabric-${project.minecraft_version}"

View file

@ -4,7 +4,7 @@ plugins {
} }
group = 'eu.e99' group = 'eu.e99'
version = '0.0.1' version = project.version
repositories { repositories {
mavenCentral() mavenCentral()