Update version to 0.2.0 in README and manifest files

This commit is contained in:
2025-12-02 10:27:05 +01:00
parent eab66b6c3e
commit 9baeae71e3
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
```
Licence: MIT Licence
Version: 0.1.0
Version: 0.2.0
Maintainer: Davide Grilli
Language: Python (>= 3.10)
Homepage: https://github.com/palladium-coin/pallectrum

View File

@@ -4,5 +4,5 @@
"author": "orenz0@protonmail.com",
"available_for": ["qt"],
"icon":"timelock_recovery_60.png",
"version": "0.1.0"
"version": "0.2.0"
}

View File

@@ -1,4 +1,4 @@
ELECTRUM_VERSION = '0.1.0' # version of the client package (Pallectrum)
ELECTRUM_VERSION = '0.2.0' # version of the client package (Pallectrum)
PROTOCOL_VERSION_MIN = '1.4' # electrum protocol
PROTOCOL_VERSION_MAX = '1.6'