From ab75381acb523436a2459843ea0b6d7344e78433 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Oct 2025 06:12:04 +0000 Subject: [PATCH] chore(release): set APP_VERSION and stamp assets to v1.6.10 [skip ci] --- public/api.php | 4 ++-- public/index.html | 22 +++++++++++----------- public/js/version.js | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/public/api.php b/public/api.php index cae06e3..ff8a8d2 100644 --- a/public/api.php +++ b/public/api.php @@ -21,10 +21,10 @@ if (isset($_GET['spec'])) { FileRise API Docs - + - + diff --git a/public/index.html b/public/index.html index c81b34f..834ee5c 100644 --- a/public/index.html +++ b/public/index.html @@ -11,28 +11,28 @@ - - + + - + - - + + - + - - - + + + - + - + diff --git a/public/js/version.js b/public/js/version.js index 1e560a4..0b8568c 100644 --- a/public/js/version.js +++ b/public/js/version.js @@ -1,2 +1,2 @@ // generated by CI -window.APP_VERSION = 'v1.6.9'; \ No newline at end of file +window.APP_VERSION = 'v1.6.10';