diff options
author | Lorenz <ESs95s3P5z8Pheb> | 2022-07-09 04:18:37 +0200 |
---|---|---|
committer | Lorenz <ESs95s3P5z8Pheb> | 2022-07-09 04:18:37 +0200 |
commit | cb2cb6db85ec1fc4b724d7f5248d79c2e20b8edf (patch) | |
tree | 3747adc6c803665af376df2485dc237f1143c720 /build.gradle | |
parent | a193bdca479ae7531da6f034c597335918b52699 (diff) | |
download | skyhanni-cb2cb6db85ec1fc4b724d7f5248d79c2e20b8edf.tar.gz skyhanni-cb2cb6db85ec1fc4b724d7f5248d79c2e20b8edf.tar.bz2 skyhanni-cb2cb6db85ec1fc4b724d7f5248d79c2e20b8edf.zip |
updated to version 0.4
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d14c568ab..661902f74 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'com.github.johnrengelman.shadow' sourceCompatibility = 1.8 targetCompatibility = 1.8 -version = '0.3' +version = '0.4' group= 'at.lorenz.mod' archivesBaseName = 'LorenzMod' String mixinClassifier = 'dep' |