diff --git a/build.gradle b/build.gradle index b3b97d66c1..a684d51d49 100644 --- a/build.gradle +++ b/build.gradle @@ -612,7 +612,7 @@ configure(project(':desktop')) { apply plugin: 'com.github.johnrengelman.shadow' apply from: 'package/package.gradle' - version = '1.2.0-SNAPSHOT' + version = '1.2.1-SNAPSHOT' jar.manifest.attributes( "Implementation-Title": project.name, diff --git a/common/src/main/java/haveno/common/app/Version.java b/common/src/main/java/haveno/common/app/Version.java index 8816f0d498..25dedd2543 100644 --- a/common/src/main/java/haveno/common/app/Version.java +++ b/common/src/main/java/haveno/common/app/Version.java @@ -28,7 +28,7 @@ import static com.google.common.base.Preconditions.checkArgument; public class Version { // The application versions // We use semantic versioning with major, minor and patch - public static final String VERSION = "1.2.0"; + public static final String VERSION = "1.2.1"; /** * Holds a list of the tagged resource files for optimizing the getData requests. diff --git a/desktop/package/linux/exchange.haveno.Haveno.metainfo.xml b/desktop/package/linux/exchange.haveno.Haveno.metainfo.xml index 5d073406ae..e4c2f20c8f 100644 --- a/desktop/package/linux/exchange.haveno.Haveno.metainfo.xml +++ b/desktop/package/linux/exchange.haveno.Haveno.metainfo.xml @@ -60,6 +60,6 @@ - + diff --git a/desktop/package/macosx/Info.plist b/desktop/package/macosx/Info.plist index 8adb943c5d..a20a90ba31 100644 --- a/desktop/package/macosx/Info.plist +++ b/desktop/package/macosx/Info.plist @@ -5,10 +5,10 @@ CFBundleVersion - 1.2.0 + 1.2.1 CFBundleShortVersionString - 1.2.0 + 1.2.1 CFBundleExecutable Haveno diff --git a/docs/installing.md b/docs/installing.md index 008a7370b6..6f341e7b9c 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -39,7 +39,7 @@ If it's the first time you are building Haveno, run the following commands to do ``` git clone https://github.com/haveno-dex/haveno.git cd haveno -git checkout v1.2.0 +git checkout v1.2.1 make ``` @@ -48,7 +48,7 @@ make If you are updating from a previous version, run from the root of the repository: ``` -git checkout v1.2.0 +git checkout v1.2.1 git pull make clean && make ``` diff --git a/scripts/install_tails/README.md b/scripts/install_tails/README.md index 04b0a8ecc1..f4a700fab7 100644 --- a/scripts/install_tails/README.md +++ b/scripts/install_tails/README.md @@ -14,7 +14,7 @@ After you already have a [Tails USB](https://tails.net/install/linux/index.en.ht Replace the installer URL and PGP fingerprint for the network you're using. For example: ``` - curl -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh && bash haveno-install.sh https://github.com/havenoexample/haveno-example/releases/latest/download/haveno-v1.2.0-linux-x86_64-installer.deb FAA24D878B8D36C90120A897CA02DAC12DAE2D0F + curl -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh && bash haveno-install.sh https://github.com/havenoexample/haveno-example/releases/latest/download/haveno-v1.2.1-linux-x86_64-installer.deb FAA24D878B8D36C90120A897CA02DAC12DAE2D0F ``` 5. Start Haveno by finding the icon in the launcher under **Applications > Other**. diff --git a/scripts/install_whonix_qubes/INSTALL.md b/scripts/install_whonix_qubes/INSTALL.md index 10da61cfb1..924348b6eb 100644 --- a/scripts/install_whonix_qubes/INSTALL.md +++ b/scripts/install_whonix_qubes/INSTALL.md @@ -153,7 +153,7 @@ $ printf 'haveno-Haveno.desktop' | qvm-appmenus --set-whitelist – haveno

Example:

```shell -% sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "https://github.com/havenoexample/haveno-example/releases/download/1.2.0/haveno-v1.2.0-linux-x86_64-installer.deb" "ABAF11C65A2970B130ABE3C479BE3E4300411886" +% sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "https://github.com/havenoexample/haveno-example/releases/download/1.2.1/haveno-v1.2.1-linux-x86_64-installer.deb" "ABAF11C65A2970B130ABE3C479BE3E4300411886" ``` #### *TemplateVM Using Precompiled Package From `git` Repository (CLI)*