We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd88be1 commit 6495e86Copy full SHA for 6495e86
2 files changed
backend/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastapi-backend-template"
3
-version = "0.5.1"
+version = "0.5.2"
4
description = "A FastAPI backend template."
5
authors = ["ArielMAJ <ariel.maj@hotmail.com>"]
6
readme = "README.md"
frontend/package.json
{
"name": "vuetify-frontend-template",
- "version": "0.5.1",
+ "version": "0.5.2",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
"build": "vite build",
0 commit comments