File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/com/sparrowwallet/sparrow Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if(System.getProperty("os.arch") == "aarch64") {
2020def headless = " true" . equals(System . getProperty(" java.awt.headless" ))
2121
2222group ' com.sparrowwallet'
23- version ' 2.1.4 '
23+ version ' 2.2.0 '
2424
2525repositories {
2626 mavenCentral()
Original file line number Diff line number Diff line change 2121 <key >CFBundlePackageType </key >
2222 <string >APPL </string >
2323 <key >CFBundleShortVersionString </key >
24- <string >2.1.4 </string >
24+ <string >2.2.0 </string >
2525 <key >CFBundleSignature </key >
2626 <string >???? </string >
2727 <!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->
Original file line number Diff line number Diff line change 1818public class SparrowWallet {
1919 public static final String APP_ID = "sparrow" ;
2020 public static final String APP_NAME = "Sparrow" ;
21- public static final String APP_VERSION = "2.1.4 " ;
21+ public static final String APP_VERSION = "2.2.0 " ;
2222 public static final String APP_VERSION_SUFFIX = "" ;
2323 public static final String APP_HOME_PROPERTY = "sparrow.home" ;
2424 public static final String NETWORK_ENV_PROPERTY = "SPARROW_NETWORK" ;
You can’t perform that action at this time.
0 commit comments