Skip to content

Commit f079eca

Browse files
authored
bump version to v1.2.1 (#1952)
1 parent dd177d9 commit f079eca

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ configure(project(':desktop')) {
612612
apply plugin: 'com.github.johnrengelman.shadow'
613613
apply from: 'package/package.gradle'
614614

615-
version = '1.2.0-SNAPSHOT'
615+
version = '1.2.1-SNAPSHOT'
616616

617617
jar.manifest.attributes(
618618
"Implementation-Title": project.name,

common/src/main/java/haveno/common/app/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class Version {
2929
// The application versions
3030
// We use semantic versioning with major, minor and patch
31-
public static final String VERSION = "1.2.0";
31+
public static final String VERSION = "1.2.1";
3232

3333
/**
3434
* Holds a list of the tagged resource files for optimizing the getData requests.

desktop/package/linux/exchange.haveno.Haveno.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
</content_rating>
6161

6262
<releases>
63-
<release version="1.2.0" date="2025-07-21"/>
63+
<release version="1.2.1" date="2025-09-14"/>
6464
</releases>
6565
</component>

desktop/package/macosx/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
66

77
<key>CFBundleVersion</key>
8-
<string>1.2.0</string>
8+
<string>1.2.1</string>
99

1010
<key>CFBundleShortVersionString</key>
11-
<string>1.2.0</string>
11+
<string>1.2.1</string>
1212

1313
<key>CFBundleExecutable</key>
1414
<string>Haveno</string>

docs/installing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If it's the first time you are building Haveno, run the following commands to do
3939
```
4040
git clone https://github.com/haveno-dex/haveno.git
4141
cd haveno
42-
git checkout v1.2.0
42+
git checkout v1.2.1
4343
make
4444
```
4545

@@ -48,7 +48,7 @@ make
4848
If you are updating from a previous version, run from the root of the repository:
4949

5050
```
51-
git checkout v1.2.0
51+
git checkout v1.2.1
5252
git pull
5353
make clean && make
5454
```

scripts/install_tails/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ After you already have a [Tails USB](https://tails.net/install/linux/index.en.ht
1414
Replace the installer URL and PGP fingerprint for the network you're using. For example:
1515
1616
```
17-
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
17+
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
1818
```
1919
5. Start Haveno by finding the icon in the launcher under **Applications > Other**.
2020

scripts/install_whonix_qubes/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ $ printf 'haveno-Haveno.desktop' | qvm-appmenus --set-whitelist – haveno
153153
<p style="text-align: center;">Example:</p>
154154

155155
```shell
156-
% 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"
156+
% 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"
157157
```
158158

159159
#### *TemplateVM Using Precompiled Package From `git` Repository (CLI)*

0 commit comments

Comments
 (0)