From 183fbb6330b533e018f0567e53be2f816c9248a3 Mon Sep 17 00:00:00 2001 From: stephengold Date: Thu, 20 Feb 2025 22:33:29 -0800 Subject: [PATCH] gradle.properties: correct lbjVersion --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 07614a2e..d4bed3d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ ## configure Gradle properties for building the Libbulletjme project -lbjVersion = 22.0.1-SNAPSHOT +lbjVersion = 22.0.2-SNAPSHOT ## default artifact name (used if -Partifact= isn't specified on the command line) artifact = Libbulletjme