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

Commit

Permalink
feat: release v2.1.1 (#316)
Browse files Browse the repository at this point in the history
* fix: zgc not work on win7
  • Loading branch information
vran-dev authored Feb 26, 2023
1 parent 64fcf38 commit 6c54131
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ mainClassName = "cc.cc1234.Application"

def runArgsValue = [
"-XX:+UnlockExperimentalVMOptions",
"-XX:+UseZGC",
// required due to a bug in Java: https://github.com/javafxports/openjdk-jfx/issues/175
"-Djdk.gtk.version=2",
"-Dfile.encoding=utf-8",
Expand Down
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.1.0";
public static final String VERSION = "2.1.1";

}
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.1.0'
version '2.1.1'

checkstyle {
toolVersion = '8.42'
Expand Down

0 comments on commit 6c54131

Please sign in to comment.