From 47facd52e26d12d0f90fceb28e88a3f8da4e7da4 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:00:08 +0000 Subject: [PATCH 1/2] Update image tag, for release v1.11.0 --- .../docs/documentation/getting-started/installation/postgres.md | 2 +- docs/docs/documentation/getting-started/installation/sqlite.md | 2 +- frontend/package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md index 89241e85333..136844a8b2b 100644 --- a/docs/docs/documentation/getting-started/installation/postgres.md +++ b/docs/docs/documentation/getting-started/installation/postgres.md @@ -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.10.2 # (3) + image: ghcr.io/mealie-recipes/mealie:v1.11.0 # (3) container_name: mealie restart: always ports: diff --git a/docs/docs/documentation/getting-started/installation/sqlite.md b/docs/docs/documentation/getting-started/installation/sqlite.md index 80e7775d67f..5c9d016d3e8 100644 --- a/docs/docs/documentation/getting-started/installation/sqlite.md +++ b/docs/docs/documentation/getting-started/installation/sqlite.md @@ -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.10.2 # (3) + image: ghcr.io/mealie-recipes/mealie:v1.11.0 # (3) container_name: mealie restart: always ports: diff --git a/frontend/package.json b/frontend/package.json index 247752b395e..d7676599ef8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mealie", - "version": "1.10.1", +"version": "1.11.0", "private": true, "scripts": { "dev": "nuxt", diff --git a/pyproject.toml b/pyproject.toml index 1a303361d08..6acef0c208e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = ["Hayden "] description = "A Recipe Manager" license = "AGPL" name = "mealie" -version = "1.10.1" +version = "1.11.0" [tool.poetry.scripts] start = "mealie.app:main" From 325d1c9425664a2f3e6e492666a7dfa37842462c Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:01:46 +1000 Subject: [PATCH 2/2] One day...