diff --git a/build.gradle b/build.gradle index e08b77c3..32fd39b0 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ if(System.getProperty("os.arch") == "aarch64") { def headless = "true".equals(System.getProperty("java.awt.headless")) group = 'com.sparrowwallet' -version = '2.3.0' +version = '2.3.1' repositories { mavenCentral() diff --git a/docs/reproducible.md b/docs/reproducible.md index e6e97ea0..38eea180 100644 --- a/docs/reproducible.md +++ b/docs/reproducible.md @@ -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: ```shell -GIT_TAG="2.2.3" +GIT_TAG="2.3.0" ``` The project can then be initially cloned as follows: diff --git a/drongo b/drongo index 2ced4c19..286e04ad 160000 --- a/drongo +++ b/drongo @@ -1 +1 @@ -Subproject commit 2ced4c19966e10f7e055db4a25ee53941384bc2b +Subproject commit 286e04ad25de8f5739a70ac353ee073eace5e873 diff --git a/src/main/deploy/package/osx/Info.plist b/src/main/deploy/package/osx/Info.plist index 96bf98d9..d953b515 100644 --- a/src/main/deploy/package/osx/Info.plist +++ b/src/main/deploy/package/osx/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.3.0 + 2.3.1 CFBundleSignature ???? diff --git a/src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java b/src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java index 55cb978b..360312db 100644 --- a/src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java +++ b/src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java @@ -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.3.0"; + public static final String APP_VERSION = "2.3.1"; 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";