diff options
author | Luck <git@lucko.me> | 2022-11-13 22:06:34 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2022-11-13 22:06:34 +0000 |
commit | c621e6955be60ea9c1a7e87c8b596f0293e8f0b8 (patch) | |
tree | bc8fce9bf735ad37333cf638d45cd76470652834 | |
parent | ab458490f4304ae8b8b707f55765690591c2dbe3 (diff) | |
download | spark-c621e6955be60ea9c1a7e87c8b596f0293e8f0b8.tar.gz spark-c621e6955be60ea9c1a7e87c8b596f0293e8f0b8.tar.bz2 spark-c621e6955be60ea9c1a7e87c8b596f0293e8f0b8.zip |
Bump version
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 2c139bb..f1a0a8e 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { allprojects { group = 'me.lucko' - version = '1.9-SNAPSHOT' + version = '1.10-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.9' + baseVersion = '1.10' patchVersion = determinePatchVersion() pluginVersion = baseVersion + '.' + patchVersion pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.' |