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

Commit

Permalink
feat: upgrade to v2.1.0 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
vran-dev committed Dec 23, 2022
1 parent ccfd38a commit ef45751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/cc/cc1234/version/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public class Version {

public static final String VERSION = "2.0.0";
public static final String VERSION = "2.1.0";

}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subprojects {

sourceCompatibility = 17
group 'cc.c1234'
version '2.0.0'
version '2.1.0'

checkstyle {
toolVersion = '8.42'
Expand Down

0 comments on commit ef45751

Please sign in to comment.