Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUmbrella committed Feb 14, 2022
1 parent 42712c8 commit 1a09359
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.2</version>
<version>2.1.3</version>

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

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

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

0 comments on commit 1a09359

Please sign in to comment.