File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
java/com/sparrowwallet/sparrow Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 id ' org.beryx.jlink' version ' 2.24.0'
66}
77
8- def sparrowVersion = ' 1.5.1 '
8+ def sparrowVersion = ' 1.5.2 '
99def os = org.gradle.internal.os.OperatingSystem . current()
1010def osName = os. getFamilyName()
1111if (os. macOsX) {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ sudo apt install -y rpm fakeroot binutils
5151
5252The project can cloned for a specific release tag as follows:
5353``` shell
54- GIT_TAG=" 1.5.1 "
54+ GIT_TAG=" 1.5.2 "
5555git clone --recursive --branch
" ${GIT_TAG} " [email protected] :sparrowwallet/sparrow.git
5656```
5757
Original file line number Diff line number Diff line change 2121 <key >CFBundlePackageType </key >
2222 <string >APPL </string >
2323 <key >CFBundleShortVersionString </key >
24- <string >1.5.1 </string >
24+ <string >1.5.2 </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 3131public class MainApp extends Application {
3232 public static final String APP_ID = "com.sparrowwallet.sparrow" ;
3333 public static final String APP_NAME = "Sparrow" ;
34- public static final String APP_VERSION = "1.5.1 " ;
34+ public static final String APP_VERSION = "1.5.2 " ;
3535 public static final String APP_VERSION_SUFFIX = "" ;
3636 public static final String APP_HOME_PROPERTY = "sparrow.home" ;
3737 public static final String NETWORK_ENV_PROPERTY = "SPARROW_NETWORK" ;
You can’t perform that action at this time.
0 commit comments