Skip to content

Commit

Permalink
docs(auto): Update image tag, for release v1.12.0 (#4064)
Browse files Browse the repository at this point in the history
Co-authored-by: boc-the-git <[email protected]>
  • Loading branch information
github-actions[bot] and boc-the-git authored Aug 21, 2024
1 parent 0d06494 commit c721533
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In
```yaml
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v1.11.0 # (3)
image: ghcr.io/mealie-recipes/mealie:v1.12.0 # (3)
container_name: mealie
restart: always
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th
```yaml
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v1.11.0 # (3)
image: ghcr.io/mealie-recipes/mealie:v1.12.0 # (3)
container_name: mealie
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mealie",
"version": "1.11.0",
"version": "1.12.0",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Hayden <[email protected]>"]
description = "A Recipe Manager"
license = "AGPL"
name = "mealie"
version = "1.11.0"
version = "1.12.0"

[tool.poetry.scripts]
start = "mealie.app:main"
Expand Down

0 comments on commit c721533

Please sign in to comment.