Skip to content

Commit 4101797

Browse files
author
mealie-commit-bot[bot]
committed
chore: bump version to v3.10.2
1 parent 6110200 commit 4101797

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/docs/documentation/getting-started/installation/installation-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To deploy mealie on your local network, it is highly recommended to use Docker t
3131
We've gone through a few versions of Mealie v1 deployment targets. We have settled on a single container deployment, and we've begun publishing the nightly container on github containers. If you're looking to move from the old nightly (split containers _or_ the omni image) to the new nightly, there are a few things you need to do:
3232

3333
1. Take a backup just in case!
34-
2. Replace the image for the API container with `ghcr.io/mealie-recipes/mealie:v3.10.1`
34+
2. Replace the image for the API container with `ghcr.io/mealie-recipes/mealie:v3.10.2`
3535
3. Take the external port from the frontend container and set that as the port mapped to port `9000` on the new container. The frontend is now served on port 9000 from the new container, so it will need to be mapped for you to have access.
3636
4. Restart the container
3737

docs/docs/documentation/getting-started/installation/postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In
1010
```yaml
1111
services:
1212
mealie:
13-
image: ghcr.io/mealie-recipes/mealie:v3.10.1 # (3)
13+
image: ghcr.io/mealie-recipes/mealie:v3.10.2 # (3)
1414
container_name: mealie
1515
restart: always
1616
ports:

docs/docs/documentation/getting-started/installation/sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th
1111
```yaml
1212
services:
1313
mealie:
14-
image: ghcr.io/mealie-recipes/mealie:v3.10.1 # (3)
14+
image: ghcr.io/mealie-recipes/mealie:v3.10.2 # (3)
1515
container_name: mealie
1616
restart: always
1717
ports:

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mealie",
3-
"version": "3.10.1",
3+
"version": "3.10.2",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt dev",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mealie"
3-
version = "3.10.1"
3+
version = "3.10.2"
44
description = "A Recipe Manager"
55
authors = [{ name = "Hayden", email = "hay-kot@pm.me" }]
66
license = "AGPL-3.0-only"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)