From 9baeae71e335b754906a0f2d5229d5ae0f84eed6 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Tue, 2 Dec 2025 10:27:05 +0100 Subject: [PATCH] Update version to 0.2.0 in README and manifest files --- README.md | 2 +- electrum/plugins/timelock_recovery/manifest.json | 2 +- electrum/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd266a19d..4323b62c4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/electrum/plugins/timelock_recovery/manifest.json b/electrum/plugins/timelock_recovery/manifest.json index a35fd2322..9670832d3 100644 --- a/electrum/plugins/timelock_recovery/manifest.json +++ b/electrum/plugins/timelock_recovery/manifest.json @@ -4,5 +4,5 @@ "author": "orenz0@protonmail.com", "available_for": ["qt"], "icon":"timelock_recovery_60.png", - "version": "0.1.0" + "version": "0.2.0" } diff --git a/electrum/version.py b/electrum/version.py index d77f1b98c..d09e6c00d 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -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'