From 7fd0366d27bc2653884fe02aece5d8341a9fc42c Mon Sep 17 00:00:00 2001 From: Anton Chekulaev Date: Thu, 22 Dec 2022 23:28:08 +0100 Subject: [PATCH] Version changed to release. --- gdx-vfx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' : ''}" }