mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
bump to v2.1.0
This commit is contained in:
parent
4aee89a35b
commit
9879889875
7 changed files with 7 additions and 7 deletions
|
|
@ -5,7 +5,7 @@ plugins {
|
||||||
id 'org.gradlex.extra-java-module-info' version '1.9'
|
id 'org.gradlex.extra-java-module-info' version '1.9'
|
||||||
}
|
}
|
||||||
|
|
||||||
def sparrowVersion = '2.0.1'
|
def sparrowVersion = '2.1.0'
|
||||||
def os = org.gradle.internal.os.OperatingSystem.current()
|
def os = org.gradle.internal.os.OperatingSystem.current()
|
||||||
def osName = os.getFamilyName()
|
def osName = os.getFamilyName()
|
||||||
if(os.macOsX) {
|
if(os.macOsX) {
|
||||||
|
|
|
||||||
2
lark
2
lark
|
|
@ -1 +1 @@
|
||||||
Subproject commit a145ef690e0275d2ebc8bce4bb43dc9242d957b3
|
Subproject commit d7083680d83b97c09433f453e2f61cc15d6cbe77
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Package: sparrow
|
Package: sparrow
|
||||||
Version: 2.0.1-1
|
Version: 2.1.0-1
|
||||||
Section: utils
|
Section: utils
|
||||||
Maintainer: Craig Raw <mail@sparrowwallet.com>
|
Maintainer: Craig Raw <mail@sparrowwallet.com>
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Package: sparrow
|
Package: sparrow
|
||||||
Version: 2.0.1-1
|
Version: 2.1.0-1
|
||||||
Section: utils
|
Section: utils
|
||||||
Maintainer: Craig Raw <mail@sparrowwallet.com>
|
Maintainer: Craig Raw <mail@sparrowwallet.com>
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: Sparrow
|
Summary: Sparrow
|
||||||
Name: sparrow
|
Name: sparrow
|
||||||
Version: 2.0.1
|
Version: 2.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Vendor: Unknown
|
Vendor: Unknown
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.0.1</string>
|
<string>2.1.0</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->
|
<!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ import java.util.*;
|
||||||
public class SparrowWallet {
|
public class SparrowWallet {
|
||||||
public static final String APP_ID = "sparrow";
|
public static final String APP_ID = "sparrow";
|
||||||
public static final String APP_NAME = "Sparrow";
|
public static final String APP_NAME = "Sparrow";
|
||||||
public static final String APP_VERSION = "2.0.1";
|
public static final String APP_VERSION = "2.1.0";
|
||||||
public static final String APP_VERSION_SUFFIX = "";
|
public static final String APP_VERSION_SUFFIX = "";
|
||||||
public static final String APP_HOME_PROPERTY = "sparrow.home";
|
public static final String APP_HOME_PROPERTY = "sparrow.home";
|
||||||
public static final String NETWORK_ENV_PROPERTY = "SPARROW_NETWORK";
|
public static final String NETWORK_ENV_PROPERTY = "SPARROW_NETWORK";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue