Skip to content

Commit c042fe8

Browse files
committed
Desktop: Bump version to 2.2.1 (105)
1 parent f3fe2a9 commit c042fe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

desktop/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id 'distribution'
2121
}
2222

23-
version '2.2'
23+
version '2.2.1'
2424

2525
run {
2626
workingDir = new File('build/run')

desktop/src/main/java/io/github/krlvm/powertunnel/desktop/BuildConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public class BuildConstants {
2121
public static final String NAME = "PowerTunnel";
2222
public static final String DESCRIPTION = "Powerful and extensible proxy server";
2323
public static final String REPO = "https://github.com/krlvm/PowerTunnel";
24-
public static final String VERSION = "2.2";
25-
public static final int VERSION_CODE = 104;
24+
public static final String VERSION = "2.2.1";
25+
public static final int VERSION_CODE = 105;
2626

2727
public static boolean IS_RELEASE = io.github.krlvm.powertunnel.BuildConstants.isReleaseVersion(VERSION);
2828
public static final boolean DEBUG = !IS_RELEASE;

0 commit comments

Comments
 (0)