Skip to content

Commit

Permalink
Relase 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
krujos committed Oct 20, 2016
1 parent a8010f5 commit 04e6116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apply plugin: 'com.homedepot.gitprops'

jar {
baseName = 'willitconnect'
version = '1.0.7'
version = '1.0.9'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
applications:
- name: willitconnect
memory: 1G
path: build/libs/willitconnect-1.0.7.jar
buildpack: https://github.com/cloudfoundry/java-buildpack#v3.8
path: build/libs/willitconnect-1.0.9.jar
buildpack: https://github.com/cloudfoundry/java-buildpack#v3.10

0 comments on commit 04e6116

Please sign in to comment.