This commit is contained in:
2026-06-30 04:33:24 -04:00
parent 65b50b51f3
commit aa03c12aab
5 changed files with 51 additions and 4 deletions

View File

@@ -1 +1 @@
0.4.8
0.5.0

View File

@@ -34,4 +34,4 @@ The plugin targets Electrum 4.7.2 (the last stable release exposing
``json_db.register_dict``) and PyQt6.
"""
__version__ = "0.4.8"
__version__ = "0.5.0"

View File

@@ -91,7 +91,7 @@ class BalPlugin(BasePlugin):
"""
_version = None
__version__ = "0.4.8" # AUTOMATICALLY GENERATED DO NOT EDIT
__version__ = "0.5.0" # AUTOMATICALLY GENERATED DO NOT EDIT
# Command used to open an .ics calendar file, per operating system.
default_app = {

View File

@@ -1,7 +1,7 @@
{
"name": "bal",
"fullname": "Bitcoin After Life",
"version": "0.4.8",
"version": "0.5.0",
"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",