diff --git a/gdx-vfx/build.gradle b/gdx-vfx/build.gradle index 9a1b03f..4314496 100644 --- a/gdx-vfx/build.gradle +++ b/gdx-vfx/build.gradle @@ -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' : ''}" }