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 2b3e742 commit da3a1fbCopy full SHA for da3a1fb
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = 'com.lx862'
7
-version = '1.0.3'
+version = '1.1.0'
8
9
repositories {
10
mavenCentral()
src/main/java/com/lx862/pwgui/core/Constants.java
@@ -3,6 +3,6 @@
3
/** Static values for the program */
public final class Constants {
public static final String PROGRAM_NAME = "PW-GUI";
- public static final String VERSION = "1.0.3";
+ public static final String VERSION = "1.1.0";
public static final String REASON_TRIGGERED_BY_USER = "Requested by user";
0 commit comments