From aa6d5137bcfb228c77b2d2542fc4085a0ba556df Mon Sep 17 00:00:00 2001 From: neku Date: Sat, 26 Oct 2024 09:50:26 +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 0e3ad10..7b5d7c9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uguu", - "version": "1.8.7", + "version": "1.8.8", "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 5caad2f..077e7ea 100755 --- a/src/config.json +++ b/src/config.json @@ -1,6 +1,6 @@ { "dest": "dist", - "pkgVersion": "1.8.7", + "pkgVersion": "1.8.8", "pages": [ "index.ejs", "faq.ejs",