Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUmbrella committed Sep 20, 2022
1 parent de47275 commit 86805b1
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>vip.floatationdevice</groupId>
<artifactId>wordlehelper</artifactId>
<version>2.1.3</version>
<version>2.2.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class Common
{
public final static String PROGRAM_NAME = "WordleHelper 2.1.3";
public final static String PROGRAM_NAME = "WordleHelper 2.2.0";

//regex: 5 letters
public final static Pattern validWord = Pattern.compile("^[a-zA-Z]{5}$");
Expand Down

0 comments on commit 86805b1

Please sign in to comment.