Skip to content

Commit 95cb8c4

Browse files
committed
bump to v1.8.0
1 parent 2712555 commit 95cb8c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'org.beryx.jlink' version '2.26.0'
88
}
99

10-
def sparrowVersion = '1.7.10'
10+
def sparrowVersion = '1.8.0'
1111
def os = org.gradle.internal.os.OperatingSystem.current()
1212
def osName = os.getFamilyName()
1313
if(os.macOsX) {

src/main/deploy/package/osx/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.7.10</string>
24+
<string>1.8.0</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->

src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
public class SparrowWallet {
1919
public static final String APP_ID = "com.sparrowwallet.sparrow";
2020
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";
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";

0 commit comments

Comments
 (0)