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

Commit 02b6a19

Browse files
committed
feat: upgrade to v1.9.5
1 parent 1be7713 commit 02b6a19

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.4";
5+
public static final String VERSION = "1.9.5";
66

77
}

build.gradle

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

2222
sourceCompatibility = 17
2323
group 'cc.c1234'
24-
version '1.9.4'
24+
version '1.9.5'
2525

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

0 commit comments

Comments
 (0)