Skip to content

Commit

Permalink
bump versions in pyproject.toml and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-genson committed Jul 3, 2024
1 parent 6a7f0ed commit 1160302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0",
"version": "1.10.1",
"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.0.0b"
version = "1.10.1"

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

0 comments on commit 1160302

Please sign in to comment.