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 v1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vran-dev committed Sep 7, 2021
1 parent b7973d0 commit 967b0f0
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 = "1.9.3";
public static final String VERSION = "1.9.4";

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

sourceCompatibility = 11
group 'cc.c1234'
version '1.9.3'
version '1.9.4'

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down

0 comments on commit 967b0f0

Please sign in to comment.