Skip to content

Commit

Permalink
Release v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GuntherRademacher committed Jan 6, 2024
1 parent cd7432f commit 9b59e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
defaultTasks 'build'
build.dependsOn 'distZip'

version = '2.1-SNAPSHOT'
version = '2.1'
group = 'de.bottlecaps.rr'
def buildTime = new Date()
def aceVersion = '1.32.3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public enum GraphicsFormat

/**
* @param grammar input grammar in W3C EBNF notation
* @throws Exception
* @throws Exception exception
*/
public void generate(String grammar) throws Exception
{
Expand Down

0 comments on commit 9b59e81

Please sign in to comment.