From c8a58be8853b963cc653805355d2dc845cff610a Mon Sep 17 00:00:00 2001 From: Go Johansson Date: Sat, 24 Dec 2022 18:00:01 +0100 Subject: [PATCH] bump version --- package.json | 2 +- src/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc718dc..f8aa277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uguu", - "version": "1.6.2", + "version": "1.6.3", "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 7d2c132..b129ff7 100755 --- a/src/config.json +++ b/src/config.json @@ -3,7 +3,7 @@ "allowErrors": false }, "dest": "dist", - "pkgVersion": "1.6.2", + "pkgVersion": "1.6.3", "pages": [ "index.ejs", "faq.ejs",