diff --git a/build.gradle b/build.gradle
index 1505817c5e0..3e3e7a33899 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@ apply plugin: 'witness'
apply plugin: 'com.github.johnrengelman.shadow'
group = 'network.bisq'
-version = '0.7.0-SNAPSHOT'
+version = '0.7.1'
sourceCompatibility = 1.8
@@ -40,9 +40,9 @@ repositories {
}
dependencies {
- compile 'network.bisq:bisq-core:-SNAPSHOT'
- compile 'network.bisq:bisq-p2p:-SNAPSHOT'
- compile 'network.bisq:bisq-common:-SNAPSHOT'
+ compile 'network.bisq:bisq-core:0.7.1'
+ compile 'network.bisq:bisq-p2p:0.7.1'
+ compile 'network.bisq:bisq-common:0.7.1'
compile 'org.controlsfx:controlsfx:8.0.6_20'
compile 'org.reactfx:reactfx:2.0-M3'
compile 'net.glxn:qrgen:1.3'
diff --git a/package/linux/32bitBuild.sh b/package/linux/32bitBuild.sh
index 4fd962c6ac6..5ccbd8b53f4 100644
--- a/package/linux/32bitBuild.sh
+++ b/package/linux/32bitBuild.sh
@@ -6,7 +6,7 @@ mkdir -p deploy
set -e
# Edit version
-version=0.7.0
+version=0.7.1
dir="/media/sf_vm_shared_ubuntu14_32bit"
diff --git a/package/linux/64bitBuild.sh b/package/linux/64bitBuild.sh
index d987527e747..43b260ddcd6 100644
--- a/package/linux/64bitBuild.sh
+++ b/package/linux/64bitBuild.sh
@@ -6,7 +6,7 @@ mkdir -p deploy
set -e
# Edit version
-version=0.7.0
+version=0.7.1
dir="/media/sf_vm_shared_ubuntu"
diff --git a/package/linux/Dockerfile b/package/linux/Dockerfile
index be101aeed8c..cf80e3c12c9 100644
--- a/package/linux/Dockerfile
+++ b/package/linux/Dockerfile
@@ -8,7 +8,7 @@
# pull base image
FROM openjdk:8-jdk
-ENV version 0.7.0
+ENV version 0.7.1
RUN apt-get update && apt-get install -y --no-install-recommends openjfx && rm -rf /var/lib/apt/lists/* &&
apt-get install -y vim fakeroot
diff --git a/package/linux/rpm.sh b/package/linux/rpm.sh
index e311d1dcf68..4260517a6e9 100644
--- a/package/linux/rpm.sh
+++ b/package/linux/rpm.sh
@@ -2,7 +2,7 @@
## From https://github.com/bisq-network/bisq-desktop/issues/401#issuecomment-372091261
-version=0.7.0
+version=0.7.1
alien -r -g /home/$USER/Desktop/Bisq-64bit-$version.deb
find bisq-$version -type f | while read LIB; do LDDOUT=$(ldd $LIB 2>&1); LDDRETVAL=$?;if [ \( -z "${LDDOUT%%*you do not have execution permission for*}" \) -a \( $LDDRETVAL -eq 0 \) ]; then chmod -v +x $LIB;fi;done
diff --git a/package/osx/Info.plist b/package/osx/Info.plist
index 17cd194e489..45dfa4ca1b2 100644
--- a/package/osx/Info.plist
+++ b/package/osx/Info.plist
@@ -40,7 +40,7 @@
JVMAppClasspath
JVMMainJarName
- Bisq-0.7.0.jar
+ Bisq-0.7.1.jar
JVMPreferencesID
bisq
JVMOptions
diff --git a/package/osx/create_app.sh b/package/osx/create_app.sh
index fb50d245beb..0d1c6c1bbb9 100755
--- a/package/osx/create_app.sh
+++ b/package/osx/create_app.sh
@@ -6,7 +6,7 @@ mkdir -p deploy
set -e
-version="0.7.0"
+version="0.7.1"
./gradlew --include-build ../common --include-build ../assets --include-build ../p2p --include-build ../core build -x test shadowJar
diff --git a/package/osx/finalize.sh b/package/osx/finalize.sh
index 98c0fe9a27d..60ff6ca268c 100755
--- a/package/osx/finalize.sh
+++ b/package/osx/finalize.sh
@@ -2,7 +2,7 @@
cd ../../
-version="0.7.0"
+version="0.7.1"
target_dir="releases/$version"
diff --git a/package/windows/32bitBuild.bat b/package/windows/32bitBuild.bat
index 0b56ac0d429..87636dbc7c2 100644
--- a/package/windows/32bitBuild.bat
+++ b/package/windows/32bitBuild.bat
@@ -5,7 +5,7 @@
:: 32 bit build
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
-SET version=0.7.0
+SET version=0.7.1
:: Private setup
SET outdir=\\VBOXSVR\vm_shared_windows_32bit
diff --git a/package/windows/64bitBuild.bat b/package/windows/64bitBuild.bat
index 986d3a1ed5b..3d6e2afa972 100644
--- a/package/windows/64bitBuild.bat
+++ b/package/windows/64bitBuild.bat
@@ -5,7 +5,7 @@
:: 64 bit build
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
-SET version=0.7.0
+SET version=0.7.1
:: Private setup
SET outdir=\\VBOXSVR\vm_shared_windows
diff --git a/package/windows/Bisq.iss b/package/windows/Bisq.iss
index 9f09e408dff..6bf84746048 100755
--- a/package/windows/Bisq.iss
+++ b/package/windows/Bisq.iss
@@ -3,7 +3,7 @@
[Setup]
AppId={{bisq}}
AppName=Bisq
-AppVersion=0.7.0
+AppVersion=0.7.1
AppVerName=Bisq
AppPublisher=Bisq
AppComments=Bisq