Skip to content

Commit f527028

Browse files
committed
bump version
1 parent a385ecf commit f527028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>vip.floatationdevice</groupId>
88
<artifactId>wordlehelper</artifactId>
9-
<version>2.2.0</version>
9+
<version>2.2.1</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>

src/main/java/vip/floatationdevice/wordlehelper/Common.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
public class Common
1111
{
12-
public final static String PROGRAM_NAME = "WordleHelper 2.2.0";
12+
public final static String PROGRAM_NAME = "WordleHelper 2.2.1";
1313

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

0 commit comments

Comments
 (0)