File tree 4 files changed +4
-4
lines changed
java/com/sparrowwallet/sparrow
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
id ' org.beryx.jlink' version ' 3.0.1'
8
8
}
9
9
10
- def sparrowVersion = ' 1.9.2 '
10
+ def sparrowVersion = ' 2.0.0 '
11
11
def os = org.gradle.internal.os.OperatingSystem . current()
12
12
def osName = os. getFamilyName()
13
13
if (os. macOsX) {
Original file line number Diff line number Diff line change 1
1
Package: sparrow
2
- Version: 1.9.2 -1
2
+ Version: 2.0.0 -1
3
3
Section: utils
4
4
Maintainer: Craig Raw <
[email protected] >
5
5
Priority: optional
Original file line number Diff line number Diff line change 21
21
<key >CFBundlePackageType </key >
22
22
<string >APPL </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >1.9.2 </string >
24
+ <string >2.0.0 </string >
25
25
<key >CFBundleSignature </key >
26
26
<string >???? </string >
27
27
<!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->
Original file line number Diff line number Diff line change 18
18
public class SparrowWallet {
19
19
public static final String APP_ID = "sparrow" ;
20
20
public static final String APP_NAME = "Sparrow" ;
21
- public static final String APP_VERSION = "1.9.2 " ;
21
+ public static final String APP_VERSION = "2.0.0 " ;
22
22
public static final String APP_VERSION_SUFFIX = "" ;
23
23
public static final String APP_HOME_PROPERTY = "sparrow.home" ;
24
24
public static final String NETWORK_ENV_PROPERTY = "SPARROW_NETWORK" ;
You can’t perform that action at this time.
0 commit comments