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

Commit ef45751

Browse files
authored
feat: upgrade to v2.1.0 (#302)
1 parent ccfd38a commit ef45751

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Version {
44

5-
public static final String VERSION = "2.0.0";
5+
public static final String VERSION = "2.1.0";
66

77
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ subprojects {
2525

2626
sourceCompatibility = 17
2727
group 'cc.c1234'
28-
version '2.0.0'
28+
version '2.1.0'
2929

3030
checkstyle {
3131
toolVersion = '8.42'

0 commit comments

Comments
 (0)