Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 425c1d1

Browse files
committed
feat:upgrade to v1.9.2
1 parent cdd71a4 commit 425c1d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/cc/cc1234/version/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Version {
44

5-
public static final String VERSION = "1.9.1";
5+
public static final String VERSION = "1.9.2";
66

77
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subprojects {
2121

2222
sourceCompatibility = 11
2323
group 'cc.c1234'
24-
version '1.9.1'
24+
version '1.9.2'
2525

2626
tasks.withType(JavaCompile) {
2727
options.encoding = 'UTF-8'

0 commit comments

Comments
 (0)