Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Apr 1, 2020
1 parent c12b29c commit 4f1b7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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'
}

Expand Down

0 comments on commit 4f1b7cf

Please sign in to comment.