Skip to content

Commit

Permalink
Fix version in pom.xml and update from 0.4 to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-paul committed Dec 30, 2024
1 parent d3453e7 commit 0503cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>co.npaul.aya</groupId>
<artifactId>aya</artifactId>
<version>4.0.0</version>
<version>0.5.0</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/aya/StaticData.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public class StaticData {

public static final boolean DEBUG = true;
public static final String VERSION_NAME = "v0.4.0";
public static final String VERSION_NAME = "v0.5.0";
public static final String ayarcPath = "ayarc.aya";
public static final boolean PRINT_LARGE_ERRORS = true;
public static final String QUIT = "\\Q";
Expand Down

0 comments on commit 0503cb1

Please sign in to comment.