We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afb3c4 commit 111e2aeCopy full SHA for 111e2ae
js/menu.js
@@ -33,7 +33,7 @@ function show_about()
33
title.innerHTML = "Traero";
34
about_dialog.add(title);
35
var version_number = document.createElement("p");
36
- version_number.innerHTML = "Version: 0.8.13";
+ version_number.innerHTML = "Version: 0.8.14";
37
about_dialog.add(version_number);
38
var license_txt = document.createElement("p");
39
license_txt.id = "license_title";
manifest.toml
@@ -1,4 +1,4 @@
1
name = "Traero"
2
description = "a modern shopping list"
3
source_code_url = "https://github.com/MS702/Traero-webxdc"
4
-tag_name = "0.8.13"
+tag_name = "0.8.14"
0 commit comments