Skip to content

Commit

Permalink
Preparations for 4.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Sep 23, 2019
1 parent a27f074 commit 442b46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdx-vfx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ subprojects {
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

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

Expand Down

0 comments on commit 442b46b

Please sign in to comment.