From 30d5ddc0cc227ed01140d3734b608a58c51cf1fb Mon Sep 17 00:00:00 2001 From: tycrek Date: Fri, 1 Oct 2021 11:41:30 -0600 Subject: [PATCH] version bump 0.8.7 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e56a613..4b6399c 100755 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Easy! Just pull the changes & run this one-liner: git pull # Rebuild the container with the new changes (uncomment the 2nd part if the update requires refreshing the config) -docker-compose up --force-recreate --build -d && docker image prune -f # docker-compose exec ass npm run setup && docker-compose restart +docker-compose up --force-recreate --build -d && docker image prune -f # && docker-compose exec ass npm run setup && docker-compose restart ``` - `--force-recreate` will force the container to rebuild diff --git a/package-lock.json b/package-lock.json index 0f7d57f..7f0dec1 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ass", - "version": "0.8.6", + "version": "0.8.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ass", - "version": "0.8.6", + "version": "0.8.7", "license": "ISC", "dependencies": { "@tycrek/express-nofavicon": "^1.0.2", diff --git a/package.json b/package.json index c9a744d..254d4b6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ass", - "version": "0.8.6", + "version": "0.8.7", "description": "The superior self-hosted ShareX server", "main": "ass.js", "engines": { @@ -63,4 +63,4 @@ "submodule": "^1.2.1", "uuid": "^8.3.2" } -} +} \ No newline at end of file