From 58d10cbba42a8a5dca82140caf58db66d1010de9 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Thu, 9 Feb 2023 18:30:28 +0200 Subject: [PATCH] v1.7.3 --- .github/workflows/package.yaml | 2 +- build.gradle | 2 +- docs/reproducible.md | 2 +- src/main/deploy/package/osx/Info.plist | 2 +- src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index e5fe2adf..47527c76 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-20.04, macos-latest] + os: [windows-2022, ubuntu-20.04, macos-12] steps: - uses: actions/checkout@v3 with: diff --git a/build.gradle b/build.gradle index f12337e6..b0f0dd6c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'org.beryx.jlink' version '2.25.0' } -def sparrowVersion = '1.7.2' +def sparrowVersion = '1.7.3' def os = org.gradle.internal.os.OperatingSystem.current() def osName = os.getFamilyName() if(os.macOsX) { diff --git a/docs/reproducible.md b/docs/reproducible.md index b4e9c19e..c7cbc7a7 100644 --- a/docs/reproducible.md +++ b/docs/reproducible.md @@ -82,7 +82,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="1.7.2" +GIT_TAG="1.7.3" ``` The project can then be initially cloned as follows: diff --git a/src/main/deploy/package/osx/Info.plist b/src/main/deploy/package/osx/Info.plist index 0f23f62d..f855e00c 100644 --- a/src/main/deploy/package/osx/Info.plist +++ b/src/main/deploy/package/osx/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.2 + 1.7.3 CFBundleSignature ???? diff --git a/src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java b/src/main/java/com/sparrowwallet/sparrow/SparrowWallet.java index 701e7888..d163509a 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 = "com.sparrowwallet.sparrow"; public static final String APP_NAME = "Sparrow"; - public static final String APP_VERSION = "1.7.2"; + public static final String APP_VERSION = "1.7.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";