aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2020-04-01 22:25:42 +0100
committerLuck <git@lucko.me>2020-04-01 22:25:42 +0100
commit4f1b7cf51da218a5a4f55e4e75185efdb845ddc2 (patch)
tree2ae7414cf96dca4f7ca271836bc7c35a211d5992 /build.gradle
parentc12b29c2a0d2b31998c538cf59d50e0b7d9a8416 (diff)
downloadspark-4f1b7cf51da218a5a4f55e4e75185efdb845ddc2.tar.gz
spark-4f1b7cf51da218a5a4f55e4e75185efdb845ddc2.tar.bz2
spark-4f1b7cf51da218a5a4f55e4e75185efdb845ddc2.zip
Bump version to 1.4.0
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 4ac7849..61789c7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
allprojects {
group = 'me.lucko'
- version = '1.3-SNAPSHOT'
+ version = '1.4-SNAPSHOT'
configurations {
compileClasspath // Fabric-loom needs this for remap jar for some reason
@@ -13,7 +13,7 @@ subprojects {
apply plugin: 'idea'
ext {
- pluginVersion = '1.3.2'
+ pluginVersion = '1.4.0'
pluginDescription = 'spark is a performance profiling plugin based on sk89q\'s WarmRoast profiler'
}