Skip to content

Commit da3a1fb

Browse files
committed
Bump version
1 parent 2b3e742 commit da3a1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'com.lx862'
7-
version = '1.0.3'
7+
version = '1.1.0'
88

99
repositories {
1010
mavenCentral()

src/main/java/com/lx862/pwgui/core/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
/** Static values for the program */
44
public final class Constants {
55
public static final String PROGRAM_NAME = "PW-GUI";
6-
public static final String VERSION = "1.0.3";
6+
public static final String VERSION = "1.1.0";
77
public static final String REASON_TRIGGERED_BY_USER = "Requested by user";
88
}

0 commit comments

Comments
 (0)