Skip to content

Commit c3dba8e

Browse files
committed
bump to v2.2.0
1 parent db478f8 commit c3dba8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if(System.getProperty("os.arch") == "aarch64") {
2020
def headless = "true".equals(System.getProperty("java.awt.headless"))
2121

2222
group 'com.sparrowwallet'
23-
version '2.1.4'
23+
version '2.2.0'
2424

2525
repositories {
2626
mavenCentral()

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

Lines changed: 1 addition & 1 deletion
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>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 -->

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

Lines changed: 1 addition & 1 deletion
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 = "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";

0 commit comments

Comments
 (0)