Skip to content

Commit 1a09359

Browse files
committed
bump version
1 parent 42712c8 commit 1a09359

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.2</version>
9+
<version>2.1.3</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
@@ -8,7 +8,7 @@
88

99
public class Common
1010
{
11-
public final static String PROGRAM_NAME = "WordleHelper 2.1.2";
11+
public final static String PROGRAM_NAME = "WordleHelper 2.1.3";
1212

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

0 commit comments

Comments
 (0)