From 68b6ffe7ec3bf4d71d28922fa7c33f35dee85553 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:45:33 +0100 Subject: [PATCH] Bump version number to 1.2.1 --- README.md | 4 ++++ build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0553c05..1e16a4c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ tasks.named("generateSableCCSource").configure { ## Changelog +## Version 1.2.1 (not released yet) + +* (no changes yet) + ## Version 1.2.0 * Add ability to pass extra arguments to SableCC using the new `arguments` property of `SableCCTask`. diff --git a/build.gradle b/build.gradle index ab086d4..9655b05 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = "de.hhu.stups" -version = "1.2.0" +version = "1.2.1" java { sourceCompatibility = JavaVersion.VERSION_1_8 -- GitLab