Skip to content

Commit

Permalink
Fix deployment patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielMAJ committed Jul 21, 2024
1 parent cd88be1 commit 6495e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-backend-template"
version = "0.5.1"
version = "0.5.2"
description = "A FastAPI backend template."
authors = ["ArielMAJ <ariel.maj@hotmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-frontend-template",
"version": "0.5.1",
"version": "0.5.2",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
"build": "vite build",
Expand Down

0 comments on commit 6495e86

Please sign in to comment.