update version
This commit is contained in:
parent
32dce28118
commit
7da03d386d
4 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = 'eu.e99'
|
||||
version = '0.0.1'
|
||||
version = project.version
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
1
gradle.properties
Normal file
1
gradle.properties
Normal file
|
@ -0,0 +1 @@
|
|||
version=0.0.2
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = 'eu.e99'
|
||||
version = '0.0.1'
|
||||
version = project.version
|
||||
|
||||
base {
|
||||
archivesName = "pixelchat-fabric-${project.minecraft_version}"
|
||||
|
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = 'eu.e99'
|
||||
version = '0.0.1'
|
||||
version = project.version
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue