docs(auto): Update image tag, for release v1.12.0 (#4064)

Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-08-21 11:27:25 +00:00 committed by GitHub
parent 0d06494bbf
commit c721533557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -1,6 +1,6 @@
{
"name": "mealie",
"version": "1.11.0",
"version": "1.12.0",
"private": true,
"scripts": {
"dev": "nuxt",

View File

@ -3,7 +3,7 @@ authors = ["Hayden <hay-kot@pm.me>"]
description = "A Recipe Manager"
license = "AGPL"
name = "mealie"
version = "1.11.0"
version = "1.12.0"
[tool.poetry.scripts]
start = "mealie.app:main"