Skip to content

Commit 285335d

Browse files
authored
bump version to 1.1.2
1 parent aa1eb70 commit 285335d

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

build.gradle

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

613-
version = '1.1.1-SNAPSHOT'
613+
version = '1.1.2-SNAPSHOT'
614614

615615
jar.manifest.attributes(
616616
"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.1.1";
31+
public static final String VERSION = "1.1.2";
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.1.1" date="2025-04-27"/>
63+
<release version="1.1.2" date="2025-06-06"/>
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.1.1</string>
8+
<string>1.1.2</string>
99

1010
<key>CFBundleShortVersionString</key>
11-
<string>1.1.1</string>
11+
<string>1.1.2</string>
1212

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

scripts/install_whonix_qubes/INSTALL.md

Lines changed: 7 additions & 7 deletions
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.1.1/haveno-v1.1.1-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.1.2/haveno-v1.1.2-linux-x86_64-installer.deb" "ABAF11C65A2970B130ABE3C479BE3E4300411886"
157157
```
158158

159159
#### *TemplateVM Using Precompiled Package From `git` Repository (CLI)*
@@ -195,9 +195,9 @@ $ printf 'haveno-Haveno.desktop' | qvm-appmenus --set-whitelist – haveno
195195

196196
```shell
197197
# export https_proxy=http://127.0.0.1:8082
198-
# curl -sSLo /tmp/haveno.deb https://github.com/havenoexample/haveno-example/releases/download/1.1.1/haveno-v1.1.1-linux-x86_64-installer.deb
199-
# curl -sSLo /tmp/haveno.deb.sig https://github.com/havenoexample/haveno-example/releases/download/1.1.1/haveno-v1.1.1-linux-x86_64-installer.deb.sig
200-
# curl -sSLo /tmp/haveno-jar.SHA-256 https://github.com/havenoexample/haveno-example/releases/download/1.1.1/haveno-v1.1.1-linux-x86_64-SNAPSHOT-all.jar.SHA-256
198+
# curl -sSLo /tmp/haveno.deb https://github.com/havenoexample/haveno-example/releases/download/1.1.2/haveno-v1.1.2-linux-x86_64-installer.deb
199+
# curl -sSLo /tmp/haveno.deb.sig https://github.com/havenoexample/haveno-example/releases/download/1.1.2/haveno-v1.1.2-linux-x86_64-installer.deb.sig
200+
# curl -sSLo /tmp/haveno-jar.SHA-256 https://github.com/havenoexample/haveno-example/releases/download/1.1.2/haveno-v1.1.2-linux-x86_64-SNAPSHOT-all.jar.SHA-256
201201
```
202202

203203
<p style="text-align: center;">Note:</p>
@@ -206,9 +206,9 @@ $ printf 'haveno-Haveno.desktop' | qvm-appmenus --set-whitelist – haveno
206206
<p style="text-align: center;">For Whonix On Anything Other Than Qubes OS:</p>
207207

208208
```shell
209-
# curl -sSLo /tmp/haveno.deb https://github.com/havenoexample/haveno-example/releases/download/1.1.1/haveno-v1.1.1-linux-x86_64-installer.deb
210-
# curl -sSLo /tmp/haveno.deb.sig https://github.com/havenoexample/haveno-example/releases/download/1.1.1/haveno-v1.1.1-linux-x86_64-installer.deb.sig
211-
# curl -sSLo /tmp/haveno-jar.SHA-256 https://github.com/havenoexample/haveno-example/releases/download/1.1.1/haveno-v1.1.1-linux-x86_64-SNAPSHOT-all.jar.SHA-256
209+
# curl -sSLo /tmp/haveno.deb https://github.com/havenoexample/haveno-example/releases/download/1.1.2/haveno-v1.1.2-linux-x86_64-installer.deb
210+
# curl -sSLo /tmp/haveno.deb.sig https://github.com/havenoexample/haveno-example/releases/download/1.1.2/haveno-v1.1.2-linux-x86_64-installer.deb.sig
211+
# curl -sSLo /tmp/haveno-jar.SHA-256 https://github.com/havenoexample/haveno-example/releases/download/1.1.2/haveno-v1.1.2-linux-x86_64-SNAPSHOT-all.jar.SHA-256
212212
```
213213

214214
<p style="text-align: center;">Note:</p>

scripts/install_whonix_qubes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $ bash 0.0-dom0.sh && bash 0.1-dom0.sh && bash 0.2-dom0.sh
3535
<p style="text-align: center;">Example:</p>
3636

3737
```shell
38-
% sudo bash 1.0-haveno-templatevm.sh "https://github.com/havenoexample/haveno-example/releases/download/1.1.1/haveno-v1.1.1-linux-x86_64-installer.deb" "ABAF11C65A2970B130ABE3C479BE3E4300411886"
38+
% sudo bash 1.0-haveno-templatevm.sh "https://github.com/havenoexample/haveno-example/releases/download/1.1.2/haveno-v1.1.2-linux-x86_64-installer.deb" "ABAF11C65A2970B130ABE3C479BE3E4300411886"
3939
```
4040

4141
### *Via Source*

seednode/src/main/java/haveno/seednode/SeedNodeMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
@Slf4j
4242
public class SeedNodeMain extends ExecutableForAppWithP2p {
4343
private static final long CHECK_CONNECTION_LOSS_SEC = 30;
44-
private static final String VERSION = "1.1.1";
44+
private static final String VERSION = "1.1.2";
4545
private SeedNode seedNode;
4646
private Timer checkConnectionLossTime;
4747

0 commit comments

Comments
 (0)