Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUmbrella committed Feb 5, 2022
1 parent 4bf618a commit 6711130
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</version>
<version>2.1.1</version>

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

public class Common
{
public final static String PROGRAM_NAME = "WordleHelper 2.1";
public final static String PROGRAM_NAME = "WordleHelper 2.1.1";

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

0 comments on commit 6711130

Please sign in to comment.