diff --git a/gdx-vfx/build.gradle b/gdx-vfx/build.gradle index 3263834..21c2016 100644 --- a/gdx-vfx/build.gradle +++ b/gdx-vfx/build.gradle @@ -26,7 +26,7 @@ subprojects { ext { projectVersion = '0.5.1' - snapshotVersion = true + snapshotVersion = false libVersion = "$projectVersion${snapshotVersion ? '-SNAPSHOT' : ''}" }