Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gambtho committed Apr 15, 2016
1 parent 73af9c4 commit b2d755f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apply plugin: 'com.moowork.node'

jar {
baseName = 'willitconnect'
version = '1.0.2'
version = '1.0.3'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion 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.2.jar
path: build/libs/willitconnect-1.0.3.jar
buildpack: https://github.com/cloudfoundry/java-buildpack#v3.6

0 comments on commit b2d755f

Please sign in to comment.