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 4bf618a commit 6711130Copy full SHA for 6711130
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>vip.floatationdevice</groupId>
8
<artifactId>wordlehelper</artifactId>
9
- <version>2.1</version>
+ <version>2.1.1</version>
10
11
<properties>
12
<maven.compiler.source>8</maven.compiler.source>
src/main/java/vip/floatationdevice/wordlehelper/Common.java
@@ -7,7 +7,7 @@
public class Common
{
- public final static String PROGRAM_NAME = "WordleHelper 2.1";
+ public final static String PROGRAM_NAME = "WordleHelper 2.1.1";
//regex: 5 letters
13
public final static Pattern validWord = Pattern.compile("^[a-zA-Z]{5}$");
0 commit comments