Skip to content

Commit

Permalink
Up the version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sothatsit committed Jan 1, 2023
1 parent 13328e3 commit 3268e3b
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>com.sothatsit</groupId>
<artifactId>RoyalUrAnalysis</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/sothatsit/royalur/RoyalUrAnalysis.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
*/
public class RoyalUrAnalysis {

public static final String VERSION = "v2.0.0";
public static final String VERSION = "v2.1.0";
public static final String TITLE = "RoyalUrAnalysis " + VERSION;
}

0 comments on commit 3268e3b

Please sign in to comment.