Skip to content

Commit

Permalink
Change to release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Nov 20, 2023
1 parent d5d11f9 commit 0702543
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 @@ allprojects {
ext {
projectGroup = 'com.crashinvaders.basisu'
versionName = '1.0.2'
isSnapshot = true
isSnapshot = false
version = "$versionName${isSnapshot ? '-SNAPSHOT' : ''}"
}
}
Expand Down

0 comments on commit 0702543

Please sign in to comment.