Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Dec 23, 2024
1 parent 45c32de commit 1fcde41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@
# 1.1.4
- Add the ability to disable/enable SEO or selectively render/show it
- Adds the docker-builds.yml file to show the builds I am doing for the docker images.

# 1.1.5
- Fixes the games (mostly)
2 changes: 1 addition & 1 deletion docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
container_name: incognito
restart: unless-stopped
incognito-versioned:
image: motortruck1221/incognito:1.1.4
image: motortruck1221/incognito:1.1.5
build:
context: .
dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "incognito",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 1fcde41

Please sign in to comment.