commit d34f0a94bd14d9ce328c48937c9f7c5f61845e3f
parent 359fb85ddf61553fe854158a80db587ebfee08a5
Author: Florian Dold <florian@dold.me>
Date: Mon, 26 May 2025 18:56:34 +0200
bump version to 1.0.1
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
@@ -8,7 +8,7 @@ plugins {
}
group = "tech.libeufin"
-version = "1.0.0"
+version = "1.0.1"
if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){
throw new GradleException(
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+libeufin (1.0.1) unstable; urgency=low
+
+ * Release version 1.0.1
+
+ -- Florian Dold <florian@dold.me> Mon, 26 May 2025 18:56:28 +0200
+
libeufin (1.0.0) unstable; urgency=low
* Release version 1.0.0