Skip to content

Commit

Permalink
Bump version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Aug 24, 2019
1 parent 29ad37e commit e10f3c9
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.2' + (ci ? "-ci-${System.getenv('APPVEYOR_REPO_COMMIT').substring(0, 8)}" : '')
version = '1.1.3' + (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 e10f3c9

Please sign in to comment.