bump version to v1.2.1 (#1952)

This commit is contained in:
woodser 2025-09-14 09:12:29 -04:00 committed by GitHub
parent dd177d98cb
commit f079ecaa82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View file

@ -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,

View file

@ -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.

View file

@ -60,6 +60,6 @@
</content_rating>
<releases>
<release version="1.2.0" date="2025-07-21"/>
<release version="1.2.1" date="2025-09-14"/>
</releases>
</component>

View file

@ -5,10 +5,10 @@
<!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
<key>CFBundleVersion</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>CFBundleExecutable</key>
<string>Haveno</string>

View file

@ -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
```

View file

@ -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**.

View file

@ -153,7 +153,7 @@ $ printf 'haveno-Haveno.desktop' | qvm-appmenus --set-whitelist haveno
<p style="text-align: center;">Example:</p>
```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)*