Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zwegen committed Dec 2, 2023
1 parent d28fea6 commit 7075361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btc_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down

0 comments on commit 7075361

Please sign in to comment.