diff options
author | Luck <git@lucko.me> | 2022-04-24 15:54:48 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2022-04-24 15:54:48 +0100 |
commit | da5a859adb7d25752dd0d3564fa15669242ae92f (patch) | |
tree | be8486f1ec65cef97fcc0841697f82e0481714b9 | |
parent | 5de2b6bda8d824e3f6313199ae0d4a790b90661b (diff) | |
download | spark-da5a859adb7d25752dd0d3564fa15669242ae92f.tar.gz spark-da5a859adb7d25752dd0d3564fa15669242ae92f.tar.bz2 spark-da5a859adb7d25752dd0d3564fa15669242ae92f.zip |
Bump minor version
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 2780159..2c139bb 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { allprojects { group = 'me.lucko' - version = '1.8-SNAPSHOT' + version = '1.9-SNAPSHOT' configurations { compileClasspath // Fabric-loom needs this for remap jar for some reason @@ -18,7 +18,7 @@ subprojects { apply plugin: 'org.cadixdev.licenser' ext { - baseVersion = '1.8' + baseVersion = '1.9' patchVersion = determinePatchVersion() pluginVersion = baseVersion + '.' + patchVersion pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.' |