We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28fea6 commit 7075361Copy full SHA for 7075361
btc_info.py
@@ -234,7 +234,7 @@ def show_about_dialog(self, widget):
234
about_dialog.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.icon_path, 256, 256))
235
236
about_dialog.set_program_name("Bitcoin Info")
237
- about_dialog.set_version("0.3.71")
+ about_dialog.set_version("0.3.79")
238
about_dialog.set_authors(["Zwegen"])
239
about_dialog.set_website("https://coinos.io/qr/btc-info%40coinos.io")
240
about_dialog.set_website_label("Donation (sats)")
0 commit comments