diff --git a/README.md b/README.md index 82cbea8..a4775c3 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Head over to the releases page and grab the latest installers or binary. https:/ If you are on Debian/Ubuntu, please download the `.deb` package and install it. ``` -sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.5.deb +sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.6.deb sudo apt install -f ``` Or you can download and run the binaries directly. ``` -tar -xvf zec-qt-wallet-v0.5.5.tar.gz -./zec-qt-wallet-v0.5.5/zec-qt-wallet +tar -xvf zec-qt-wallet-v0.5.6.tar.gz +./zec-qt-wallet-v0.5.6/zec-qt-wallet ``` ### Windows diff --git a/res/zec_qt_wallet_de.qm b/res/zec_qt_wallet_de.qm index c2f2a92..7e96a2d 100644 Binary files a/res/zec_qt_wallet_de.qm and b/res/zec_qt_wallet_de.qm differ diff --git a/res/zec_qt_wallet_es.qm b/res/zec_qt_wallet_es.qm index ca99624..d5fbd28 100644 Binary files a/res/zec_qt_wallet_es.qm and b/res/zec_qt_wallet_es.qm differ diff --git a/res/zec_qt_wallet_fr.qm b/res/zec_qt_wallet_fr.qm index 0f9a4cc..0b575d8 100644 Binary files a/res/zec_qt_wallet_fr.qm and b/res/zec_qt_wallet_fr.qm differ diff --git a/res/zec_qt_wallet_pt.qm b/res/zec_qt_wallet_pt.qm index 48f8b8e..7f7dcea 100644 Binary files a/res/zec_qt_wallet_pt.qm and b/res/zec_qt_wallet_pt.qm differ diff --git a/src/scripts/dounifiedbuild.ps1 b/src/scripts/dounifiedbuild.ps1 index a907ef2..9dc4db0 100644 --- a/src/scripts/dounifiedbuild.ps1 +++ b/src/scripts/dounifiedbuild.ps1 @@ -61,8 +61,8 @@ ssh $winserver "New-Item zqwbuild -itemtype directory" | Out-Null # Same while copying the built msi. A straight scp pull from windows to here doesn't work, # so we ssh to windows, and then scp push the file to here. $myhostname = (hostname) | Out-String -NoNewline -Remove-Item -Path /tmp/zqwbuild -Recurse | Out-Null -New-Item -Path /tmp/zqwbuild -itemtype directory | Out-Null +Remove-Item -Path /tmp/zqwbuild -Recurse -ErrorAction Ignore | Out-Null +New-Item -Path /tmp/zqwbuild -itemtype directory | Out-Null Copy-Item src /tmp/zqwbuild/ -Recurse Copy-Item res /tmp/zqwbuild/ -Recurse Copy-Item release /tmp/zqwbuild/ -Recurse diff --git a/src/version.h b/src/version.h index d6e4e24..fd3ca23 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "0.5.5" +#define APP_VERSION "0.5.6"