From b9353787cc58524bbd33a03339cfb9c392bd8cee Mon Sep 17 00:00:00 2001 From: Pete Date: Mon, 17 Mar 2025 11:41:09 +0000 Subject: [PATCH] Update build.gradle Need a new version to be able to publish a snapshot and start trying it out routinely. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cab7576..1dab68a 100644 --- a/build.gradle +++ b/build.gradle @@ -1 +1 @@ -version = "0.1.1" \ No newline at end of file +version = "0.1.2-SNAPSHOT" \ No newline at end of file