File tree 3 files changed +3
-3
lines changed
java/com/sparrowwallet/sparrow
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
id ' org.beryx.jlink' version ' 2.26.0'
8
8
}
9
9
10
- def sparrowVersion = ' 1.7.10 '
10
+ def sparrowVersion = ' 1.8.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 21
21
<key >CFBundlePackageType </key >
22
22
<string >APPL </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >1.7.10 </string >
24
+ <string >1.8.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 = "com.sparrowwallet.sparrow" ;
20
20
public static final String APP_NAME = "Sparrow" ;
21
- public static final String APP_VERSION = "1.7.10 " ;
21
+ public static final String APP_VERSION = "1.8.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