From 7075361a7d0271b0332037e99fd100e1b7c2d5c3 Mon Sep 17 00:00:00 2001 From: zwegen Date: Sat, 2 Dec 2023 15:55:43 +0100 Subject: [PATCH] fix bug --- btc_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btc_info.py b/btc_info.py index b67193d..f5f8456 100644 --- a/btc_info.py +++ b/btc_info.py @@ -234,7 +234,7 @@ def show_about_dialog(self, widget): about_dialog.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.icon_path, 256, 256)) about_dialog.set_program_name("Bitcoin Info") - about_dialog.set_version("0.3.71") + about_dialog.set_version("0.3.79") about_dialog.set_authors(["Zwegen"]) about_dialog.set_website("https://coinos.io/qr/btc-info%40coinos.io") about_dialog.set_website_label("Donation (sats)")