Skip to content

Commit

Permalink
Ver update for hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-alecu committed Apr 25, 2016
1 parent 7168e54 commit 7467df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java -jar $JAVA_OPTS -Dserver.port=$PORT build/libs/cat-1.0.0-RELEASE.jar
web: java -jar $JAVA_OPTS -Dserver.port=$PORT build/libs/cat-1.0.1-RELEASE.jar
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'spring-boot'

jar {
baseName = 'cat'
version = '1.0.0-RELEASE'
version = '1.0.1-RELEASE'
manifest {
attributes 'Main-Class': 'com.policat.cat.CatApplication'
}
Expand Down

0 comments on commit 7467df3

Please sign in to comment.