We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42712c8 commit 1a09359Copy full SHA for 1a09359
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>vip.floatationdevice</groupId>
8
<artifactId>wordlehelper</artifactId>
9
- <version>2.1.2</version>
+ <version>2.1.3</version>
10
11
<properties>
12
<maven.compiler.source>8</maven.compiler.source>
src/main/java/vip/floatationdevice/wordlehelper/Common.java
@@ -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";
13
//regex: 5 letters
14
public final static Pattern validWord = Pattern.compile("^[a-zA-Z]{5}$");
0 commit comments