File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/io/github/krlvm/powertunnel/desktop Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
20
20
id ' distribution'
21
21
}
22
22
23
- version ' 2.2'
23
+ version ' 2.2.1 '
24
24
25
25
run {
26
26
workingDir = new File (' build/run' )
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ public class BuildConstants {
21
21
public static final String NAME = "PowerTunnel" ;
22
22
public static final String DESCRIPTION = "Powerful and extensible proxy server" ;
23
23
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 ;
26
26
27
27
public static boolean IS_RELEASE = io .github .krlvm .powertunnel .BuildConstants .isReleaseVersion (VERSION );
28
28
public static final boolean DEBUG = !IS_RELEASE ;
You can’t perform that action at this time.
0 commit comments