mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-23 06:24:41 -04:00
bump version to v1.2.1 (#1952)
This commit is contained in:
parent
dd177d98cb
commit
f079ecaa82
7 changed files with 9 additions and 9 deletions
|
@ -612,7 +612,7 @@ configure(project(':desktop')) {
|
||||||
apply plugin: 'com.github.johnrengelman.shadow'
|
apply plugin: 'com.github.johnrengelman.shadow'
|
||||||
apply from: 'package/package.gradle'
|
apply from: 'package/package.gradle'
|
||||||
|
|
||||||
version = '1.2.0-SNAPSHOT'
|
version = '1.2.1-SNAPSHOT'
|
||||||
|
|
||||||
jar.manifest.attributes(
|
jar.manifest.attributes(
|
||||||
"Implementation-Title": project.name,
|
"Implementation-Title": project.name,
|
||||||
|
|
|
@ -28,7 +28,7 @@ import static com.google.common.base.Preconditions.checkArgument;
|
||||||
public class Version {
|
public class Version {
|
||||||
// The application versions
|
// The application versions
|
||||||
// We use semantic versioning with major, minor and patch
|
// 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.
|
* Holds a list of the tagged resource files for optimizing the getData requests.
|
||||||
|
|
|
@ -60,6 +60,6 @@
|
||||||
</content_rating>
|
</content_rating>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.2.0" date="2025-07-21"/>
|
<release version="1.2.1" date="2025-09-14"/>
|
||||||
</releases>
|
</releases>
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
<!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
|
<!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
|
||||||
|
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.2.0</string>
|
<string>1.2.1</string>
|
||||||
|
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.2.0</string>
|
<string>1.2.1</string>
|
||||||
|
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Haveno</string>
|
<string>Haveno</string>
|
||||||
|
|
|
@ -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
|
git clone https://github.com/haveno-dex/haveno.git
|
||||||
cd haveno
|
cd haveno
|
||||||
git checkout v1.2.0
|
git checkout v1.2.1
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ make
|
||||||
If you are updating from a previous version, run from the root of the repository:
|
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
|
git pull
|
||||||
make clean && make
|
make clean && make
|
||||||
```
|
```
|
||||||
|
|
|
@ -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:
|
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**.
|
5. Start Haveno by finding the icon in the launcher under **Applications > Other**.
|
||||||
|
|
||||||
|
|
|
@ -153,7 +153,7 @@ $ printf 'haveno-Haveno.desktop' | qvm-appmenus --set-whitelist – haveno
|
||||||
<p style="text-align: center;">Example:</p>
|
<p style="text-align: center;">Example:</p>
|
||||||
|
|
||||||
```shell
|
```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)*
|
#### *TemplateVM Using Precompiled Package From `git` Repository (CLI)*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue