summaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 91e2efb..1ac45db 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,6 +1,6 @@
const server = window.location.protocol + "//" + window.location.hostname + ":9050";
const host = document.getElementsByTagName("base")[0].href;
-const client_id = "POKO Web 0.1.0";
+const client_id = "POKO Web 0.1.1";
async function xhttp_get(url) {
try {