From 95f831e9c0957ad606f14fe0b834cd716c0d00cb Mon Sep 17 00:00:00 2001 From: neku Date: Sat, 26 Oct 2024 09:52:40 +0200 Subject: [PATCH] update package version --- package.json | 2 +- src/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7b5d7c9..fa98b93 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uguu", - "version": "1.8.8", + "version": "1.8.9", "description": "Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.", "homepage": "https://uguu.se", "repository": { diff --git a/src/config.json b/src/config.json index 077e7ea..7c7d0fe 100755 --- a/src/config.json +++ b/src/config.json @@ -1,6 +1,6 @@ { "dest": "dist", - "pkgVersion": "1.8.8", + "pkgVersion": "1.8.9", "pages": [ "index.ejs", "faq.ejs",