Skip to content

Commit

Permalink
Merge pull request #7324 from bisq-network/release/v1.9.18
Browse files Browse the repository at this point in the history
Release/v1.9.18
  • Loading branch information
alejandrogarcia83 authored Dec 23, 2024
2 parents 3e526c7 + 6db1c9e commit 3be9ede
Show file tree
Hide file tree
Showing 40 changed files with 11,061 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import javax.inject.Inject
class PackagingPlugin @Inject constructor(private val javaToolchainService: JavaToolchainService) : Plugin<Project> {

companion object {
const val APP_VERSION = "1.9.17"
const val APP_VERSION = "1.9.18"
const val OUTPUT_DIR_PATH = "packaging/jpackage/packages"
}

Expand Down
4 changes: 2 additions & 2 deletions common/src/main/java/bisq/common/app/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Version {
// VERSION = 0.5.0 introduces proto buffer for the P2P network and local DB and is a not backward compatible update
// Therefore all sub versions start again with 1
// We use semantic versioning with major, minor and patch
public static final String VERSION = "1.9.17";
public static final String VERSION = "1.9.18";

/**
* Holds a list of the tagged resource files for optimizing the getData requests.
Expand All @@ -45,7 +45,7 @@ public class Version {
*/
public static final List<String> HISTORICAL_RESOURCE_FILE_VERSION_TAGS = Arrays.asList("1.4.0", "1.5.0", "1.5.2",
"1.5.5", "1.5.7", "1.6.0", "1.6.3", "1.6.5", "1.7.2", "1.7.4", "1.8.0", "1.8.1", "1.8.3", "1.9.0", "1.9.3",
"1.9.5", "1.9.6", "1.9.7", "1.9.10", "1.9.11", "1.9.13", "1.9.15", "1.9.16");
"1.9.5", "1.9.6", "1.9.7", "1.9.10", "1.9.11", "1.9.13", "1.9.15", "1.9.16", "1.9.18");

public static int getMajorVersion(String version) {
return getSubVersion(version, 0);
Expand Down
4 changes: 2 additions & 2 deletions desktop/package/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->

<key>CFBundleVersion</key>
<string>1.9.17</string>
<string>1.9.18</string>

<key>CFBundleShortVersionString</key>
<string>1.9.17</string>
<string>1.9.18</string>

<key>CFBundleExecutable</key>
<string>Bisq</string>
Expand Down
2 changes: 1 addition & 1 deletion desktop/package/macosx/copy_dbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd $(dirname $0)/../../../

version="1.9.17"
version="1.9.18"

# Set BISQ_DIR as environment var to the path of your locally synced Bisq data directory e.g. BISQ_DIR=~/Library/Application\ Support/Bisq

Expand Down
2 changes: 1 addition & 1 deletion desktop/package/macosx/finalize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ../../

version="1.9.17-SNAPSHOT"
version="1.9.18-SNAPSHOT"

target_dir="releases/$version"

Expand Down
2 changes: 1 addition & 1 deletion desktop/package/macosx/insert_snapshot_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd $(dirname $0)/../../../

version=1.9.17
version=1.9.18

find . -type f \( -name "finalize.sh" \
-o -name "create_app.sh" \
Expand Down
4 changes: 2 additions & 2 deletions desktop/package/macosx/replace_version_number.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

cd $(dirname $0)/../../../.

oldVersion=1.9.16
newVersion=1.9.17
oldVersion=1.9.17
newVersion=1.9.18

find . -type f \( -name "finalize.sh" \
-o -name "create_app.sh" \
Expand Down
2 changes: 1 addition & 1 deletion desktop/src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.17-SNAPSHOT
1.9.18-SNAPSHOT
Binary file not shown.
Binary file modified p2p/src/main/resources/BlindVoteStore_BTC_MAINNET
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11,050 changes: 11,050 additions & 0 deletions p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_860001-861000

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified p2p/src/main/resources/DaoStateStore_BTC_MAINNET
Binary file not shown.
Binary file modified p2p/src/main/resources/ProposalStore_BTC_MAINNET
Binary file not shown.
Binary file modified p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 3be9ede

Please sign in to comment.