Skip to content

Commit fcb83f8

Browse files
committed
bump to v2.0.0
1 parent f187603 commit fcb83f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 '3.0.1'
88
}
99

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

src/main/deploy/package/linux-headless/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: sparrow
2-
Version: 1.9.2-1
2+
Version: 2.0.0-1
33
Section: utils
44
Maintainer: Craig Raw <[email protected]>
55
Priority: optional

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.9.2</string>
24+
<string>2.0.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 = "sparrow";
2020
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";
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)