aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2019-11-25 23:58:04 +0000
committerLuck <git@lucko.me>2019-11-25 23:58:04 +0000
commitba1e2a04ddb56f183ac39323ca44733748cb43fd (patch)
treeb17c18736273e143bdea76638c9402808a32ed23
parent3363701e498be1eac970dfc2a6c4432de0a4208c (diff)
downloadspark-ba1e2a04ddb56f183ac39323ca44733748cb43fd.tar.gz
spark-ba1e2a04ddb56f183ac39323ca44733748cb43fd.tar.bz2
spark-ba1e2a04ddb56f183ac39323ca44733748cb43fd.zip
Bump version
-rw-r--r--build.gradle2
-rw-r--r--spark-fabric/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 76bbdca..d3b2366 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ subprojects {
apply plugin: 'idea'
ext {
- pluginVersion = '1.3.0'
+ pluginVersion = '1.3.1'
pluginDescription = 'spark is a performance profiling plugin based on sk89q\'s WarmRoast profiler'
}
diff --git a/spark-fabric/build.gradle b/spark-fabric/build.gradle
index 7640be2..1fcacbb 100644
--- a/spark-fabric/build.gradle
+++ b/spark-fabric/build.gradle
@@ -1,7 +1,7 @@
import net.fabricmc.loom.task.RemapJarTask
plugins {
- id 'fabric-loom' version '0.2.5-SNAPSHOT'
+ id 'fabric-loom' version '0.2.6-SNAPSHOT'
id 'com.github.johnrengelman.shadow' version '4.0.1'
}