From 026fe7efe62af1c772bdf61efa2c96fbabae17fb Mon Sep 17 00:00:00 2001 From: nugroho Date: Sun, 6 Jul 2025 00:10:04 +0700 Subject: [PATCH] version number update --- assets/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/app.js b/assets/js/app.js index 03a8bfc..cd62fdc 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -1,4 +1,4 @@ -vernum = "1.0.250704.0335" +vernum = "1.0.250706.0009" async function getJson(url,headers={}) { try { const response = await fetch(url);