Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcbarn committed Jan 8, 2017
2 parents 0b58928 + b9aa1f3 commit 4c4abba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bintray-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},

"version": {
"name": "1.0.6+gGITREV"
"name": "VERSION"
},

"files":
Expand Down
2 changes: 1 addition & 1 deletion make-bintray-json.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
sed -e s/BRANCHNAME/${TRAVIS_BRANCH}/ -e s/GITREV/$(git rev-parse --short HEAD)/ bintray-template.json > bintray.json
sed -e s/BRANCHNAME/${TRAVIS_BRANCH}/ -e s/VERSION/$(git describe --tags)/ bintray-template.json > bintray.json

0 comments on commit 4c4abba

Please sign in to comment.