Skip to content

Commit

Permalink
release jervis-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samrocketman committed Oct 30, 2017
1 parent 6cad1f7 commit f1f6d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jervis 1.0
# jervis 1.0 - Oct 30th, 2017

#### Warnings

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'signing'
group = 'net.gleske'
archivesBaseName = 'jervis'
jar.baseName = 'jervis'
version = '0.14-SNAPSHOT'
version = '1.0'

ext.groovyVersion = System.getenv('GROOVY_VERSION')?: '2.4.12'
ext.ossrhUsername = hasProperty('ossrhUsername')?project['ossrhUsername']:''
Expand Down

0 comments on commit f1f6d21

Please sign in to comment.