Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Commit

Permalink
version bump 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tycrek committed Oct 1, 2021
1 parent 69d5b53 commit 30d5ddc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -63,4 +63,4 @@
"submodule": "^1.2.1",
"uuid": "^8.3.2"
}
}
}

0 comments on commit 30d5ddc

Please sign in to comment.