bumped version

This commit is contained in:
Some Random Crypto Guy
2025-10-15 13:45:16 +01:00
parent 312413aeb0
commit 35fc88c0ec
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Salvium One v1.0.4
# Salvium One v1.0.5
Copyright (c) 2023-2025, Salvium
Portions Copyright (c) 2014-2023, The Monero Project
@@ -172,7 +172,7 @@ invokes cmake commands as needed.
```bash
cd salvium
git checkout v1.0.4
git checkout v1.0.5
make
```
@@ -251,7 +251,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
```bash
git clone https://github.com/salvium/salvium
cd salvium
git checkout v1.0.4
git checkout v1.0.5
```
* Build:
@@ -370,10 +370,10 @@ application.
cd salvium
```
* If you would like a specific [version/tag](https://github.com/salvium/salvium/tags), do a git checkout for that version. eg. 'v1.0.4'. If you don't care about the version and just want binaries from master, skip this step:
* If you would like a specific [version/tag](https://github.com/salvium/salvium/tags), do a git checkout for that version. eg. 'v1.0.5'. If you don't care about the version and just want binaries from master, skip this step:
```bash
git checkout v1.0.4
git checkout v1.0.5
```
* If you are on a 64-bit system, run: