Skip to content
Snippets Groups Projects
Commit 68b6ffe7 authored by dgelessus's avatar dgelessus
Browse files

Bump version number to 1.2.1

parent 810f555a
No related branches found
No related tags found
No related merge requests found
Pipeline #149080 passed
...@@ -61,6 +61,10 @@ tasks.named("generateSableCCSource").configure { ...@@ -61,6 +61,10 @@ tasks.named("generateSableCCSource").configure {
## Changelog ## Changelog
## Version 1.2.1 (not released yet)
* (no changes yet)
## Version 1.2.0 ## Version 1.2.0
* Add ability to pass extra arguments to SableCC using the new `arguments` property of `SableCCTask`. * Add ability to pass extra arguments to SableCC using the new `arguments` property of `SableCCTask`.
......
...@@ -3,7 +3,7 @@ plugins { ...@@ -3,7 +3,7 @@ plugins {
} }
group = "de.hhu.stups" group = "de.hhu.stups"
version = "1.2.0" version = "1.2.1"
java { java {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_1_8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment