From b4acd7ddf4710854a7ccdea31a6d7381a7e795c4 Mon Sep 17 00:00:00 2001 From: nugroho Date: Sun, 6 Jul 2025 23:40:38 +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 cd62fdc..c0d3193 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -1,4 +1,4 @@ -vernum = "1.0.250706.0009" +vernum = "1.0.250706.2340" async function getJson(url,headers={}) { try { const response = await fetch(url);