From c042fe80b616cbb08e6fb9b6e8d073fc39af2853 Mon Sep 17 00:00:00 2001 From: krlvm <51774833+krlvm@users.noreply.github.com> Date: Wed, 9 Feb 2022 18:13:48 +0300 Subject: [PATCH] Desktop: Bump version to 2.2.1 (105) --- desktop/build.gradle | 2 +- .../io/github/krlvm/powertunnel/desktop/BuildConstants.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/build.gradle b/desktop/build.gradle index 5a5b9856..63a42584 100644 --- a/desktop/build.gradle +++ b/desktop/build.gradle @@ -20,7 +20,7 @@ plugins { id 'distribution' } -version '2.2' +version '2.2.1' run { workingDir = new File('build/run') diff --git a/desktop/src/main/java/io/github/krlvm/powertunnel/desktop/BuildConstants.java b/desktop/src/main/java/io/github/krlvm/powertunnel/desktop/BuildConstants.java index bc05aa4c..40ae0078 100644 --- a/desktop/src/main/java/io/github/krlvm/powertunnel/desktop/BuildConstants.java +++ b/desktop/src/main/java/io/github/krlvm/powertunnel/desktop/BuildConstants.java @@ -21,8 +21,8 @@ public class BuildConstants { public static final String NAME = "PowerTunnel"; public static final String DESCRIPTION = "Powerful and extensible proxy server"; public static final String REPO = "https://github.com/krlvm/PowerTunnel"; - public static final String VERSION = "2.2"; - public static final int VERSION_CODE = 104; + public static final String VERSION = "2.2.1"; + public static final int VERSION_CODE = 105; public static boolean IS_RELEASE = io.github.krlvm.powertunnel.BuildConstants.isReleaseVersion(VERSION); public static final boolean DEBUG = !IS_RELEASE;