diff options
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | spark-fabric/build.gradle | 2 |
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' } |