bump to v2.5.5

This commit is contained in:
Craig Raw
2026-08-27 14:06:23 +02:00
parent 8871f4f1af
commit 067b4d376d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ def headless = "true".equals(System.getProperty("java.awt.headless"))
def skipInstallers = "true".equals(findProperty("skipInstallers"))
group = 'com.sparrowwallet'
version = '2.5.4'
version = '2.5.5'
repositories {
mavenCentral()
+1 -1
View File
@@ -56,7 +56,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:
```shell
GIT_TAG="2.5.3"
GIT_TAG="2.5.4"
```
The project can then be initially cloned as follows:
+1 -1
View File
@@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.5.4</string>
<string>2.5.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->
@@ -19,7 +19,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.5.4";
public static final String APP_VERSION = "2.5.5";
public static final String APP_VERSION_SUFFIX = "";
public static final String APP_HOME_PROPERTY = ApplicationDir.getHomeProperty(APP_NAME);
public static final String NETWORK_ENV_PROPERTY = "SPARROW_NETWORK";