bump to v2.1.4

This commit is contained in:
Craig Raw 2025-02-27 12:51:30 +02:00
parent be86b4feaa
commit 9a8a25344a
7 changed files with 7 additions and 7 deletions

View File

@ -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.1.3' def sparrowVersion = '2.1.4'
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) {

View File

@ -83,7 +83,7 @@ sudo apt install -y rpm fakeroot binutils
First, assign a temporary variable in your shell for the specific release you want to build. For the current one specify: First, assign a temporary variable in your shell for the specific release you want to build. For the current one specify:
```shell ```shell
GIT_TAG="2.0.0" GIT_TAG="2.1.3"
``` ```
The project can then be initially cloned as follows: The project can then be initially cloned as follows:

View File

@ -1,5 +1,5 @@
Package: sparrow Package: sparrow
Version: 2.1.3-1 Version: 2.1.4-1
Section: utils Section: utils
Maintainer: Craig Raw <mail@sparrowwallet.com> Maintainer: Craig Raw <mail@sparrowwallet.com>
Priority: optional Priority: optional

View File

@ -1,5 +1,5 @@
Package: sparrow Package: sparrow
Version: 2.1.3-1 Version: 2.1.4-1
Section: utils Section: utils
Maintainer: Craig Raw <mail@sparrowwallet.com> Maintainer: Craig Raw <mail@sparrowwallet.com>
Priority: optional Priority: optional

View File

@ -1,6 +1,6 @@
Summary: Sparrow Summary: Sparrow
Name: sparrow Name: sparrow
Version: 2.1.3 Version: 2.1.4
Release: 1 Release: 1
License: ASL 2.0 License: ASL 2.0
Vendor: Unknown Vendor: Unknown

View File

@ -21,7 +21,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.1.3</string> <string>2.1.4</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 -->

View File

@ -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.1.3"; public static final String APP_VERSION = "2.1.4";
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";