Skip to content

Commit

Permalink
Preparations for 4.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Aug 26, 2019
1 parent d655cdb commit f453a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdx-vfx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subprojects {

ext {
projectVersion = '0.4.1'
snapshotVersion = true
snapshotVersion = false
libVersion = "$projectVersion${snapshotVersion ? '-SNAPSHOT' : ''}"
}

Expand Down

0 comments on commit f453a38

Please sign in to comment.