Skip to content

Commit 6495e86

Browse files
committed
Fix deployment patch
1 parent cd88be1 commit 6495e86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-backend-template"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "A FastAPI backend template."
55
authors = ["ArielMAJ <ariel.maj@hotmail.com>"]
66
readme = "README.md"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-frontend-template",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"scripts": {
55
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
66
"build": "vite build",

0 commit comments

Comments
 (0)