Skip to content

Commit 6711130

Browse files
committed
bump version
1 parent 4bf618a commit 6711130

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.1</version>
9+
<version>2.1.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
@@ -7,7 +7,7 @@
77

88
public class Common
99
{
10-
public final static String PROGRAM_NAME = "WordleHelper 2.1";
10+
public final static String PROGRAM_NAME = "WordleHelper 2.1.1";
1111

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

0 commit comments

Comments
 (0)