Skip to content

Commit

Permalink
Merge pull request #23 from perfectsense/prep-rel-1.0.0
Browse files Browse the repository at this point in the history
Prepare for release 1.0.0
  • Loading branch information
JC authored Jan 12, 2021
2 parents 765d3fd + 0f6f200 commit adbb6c9
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
Expand Up @@ -23,7 +23,7 @@ plugins {
id 'checkstyle'
}

def releaseVersion = '0.99.2'
def releaseVersion = '1.0.0'
def releaseBuild = false;

defaultTasks 'shadowJar'
Expand Down Expand Up @@ -69,7 +69,7 @@ repositories {
dependencies {
compile "com.google.guava:guava:23.0"
compile 'com.psddev:dari-util:3.3.607-xe0f27a'
compile "gyro:gyro-core:0.99.5"
compile "gyro:gyro-core:1.0.0"
compile files("${System.getProperty('java.home')}/../lib/tools.jar")

checkstyle 'com.puppycrawl.tools:checkstyle:8.15'
Expand Down

0 comments on commit adbb6c9

Please sign in to comment.