Skip to content

Commit

Permalink
Bump version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Sep 2, 2019
1 parent 2c7de67 commit a9f8426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def ci = System.getenv().containsKey('CI')
if (!ci) apply plugin: 'signing'

group = 'io.izzel.ambershop'
version = '1.1.4' + (ci ? "-ci-${System.getenv('APPVEYOR_REPO_COMMIT').substring(0, 8)}" : '')
version = '1.1.5' + (ci ? "-ci-${System.getenv('APPVEYOR_REPO_COMMIT').substring(0, 8)}" : '')

minecraft {
version = '1.12.2-14.23.5.2768'
Expand Down

0 comments on commit a9f8426

Please sign in to comment.