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