From 20fd54681fb29a2c6a5895604eaee0b09b503c41 Mon Sep 17 00:00:00 2001 From: donkey-ai Date: Sat, 4 Jul 2026 10:07:25 +0000 Subject: [PATCH] v0.5.2: version bump --- bal/VERSION | 2 +- bal/__init__.py | 2 +- bal/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bal/VERSION b/bal/VERSION index 5d4294b..2411653 100644 --- a/bal/VERSION +++ b/bal/VERSION @@ -1 +1 @@ -0.5.1 \ No newline at end of file +0.5.2 \ No newline at end of file diff --git a/bal/__init__.py b/bal/__init__.py index ea4dcbb..929f32f 100644 --- a/bal/__init__.py +++ b/bal/__init__.py @@ -34,4 +34,4 @@ The plugin targets Electrum 4.7.2 (the last stable release exposing ``json_db.register_dict``) and PyQt6. """ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/bal/manifest.json b/bal/manifest.json index 521cf59..3f526a0 100644 --- a/bal/manifest.json +++ b/bal/manifest.json @@ -1,7 +1,7 @@ { "name": "bal", "fullname": "Bitcoin After Life", - "version": "0.5.1", + "version": "0.5.2", "description": "Provides free and decentralized Bitcoin inheritance support. Build time-locked 'will' transactions that transfer funds to your heirs if you stop refreshing them (dead-man's switch), optionally relayed by will-executor servers.", "author": "Svatantrya", "licence": "MIT",