File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
src/main/java/vip/floatationdevice/wordlehelper Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ Or just double-click the program icon to launch the program in GUI mode.
11
11
# ## Options:
12
12
* ` -c` : Launch the program in command line mode (GUI mode by default).
13
13
* ` maxTries` : The maximum number of tries to find the word (only in CLI mode).< br>
14
+ # # Download:
15
+ - [' Releases' page](https://github.com/MCUmbrella/WordleHelper/releases)
16
+ - [Development builds](https://github.com/MCUmbrella/WordleHelper/actions/workflows/maven.yml)
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >vip.floatationdevice</groupId >
8
8
<artifactId >wordlehelper</artifactId >
9
- <version >2.1.1 </version >
9
+ <version >2.1.2 </version >
10
10
11
11
<properties >
12
12
<maven .compiler.source>8</maven .compiler.source>
Original file line number Diff line number Diff line change 7
7
8
8
public class Common
9
9
{
10
- public final static String PROGRAM_NAME = "WordleHelper 2.1.1 " ;
10
+ public final static String PROGRAM_NAME = "WordleHelper 2.1.2 " ;
11
11
12
12
//regex: 5 letters
13
13
public final static Pattern validWord = Pattern .compile ("^[a-zA-Z]{5}$" );
You can’t perform that action at this time.
0 commit comments