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 657895f commit 0e4b16cCopy full SHA for 0e4b16c
backend/pyproject.toml
@@ -7,7 +7,7 @@ packages = ["app"]
7
8
[project]
9
name = "farm-docker"
10
-version = "1.2.0"
+version = "1.3.0"
11
description = "Backend API for farm-docker"
12
readme = "README.md"
13
license = { text = "MIT" }
frontend/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "farm-docker-web",
3
"private": true,
4
- "version": "1.2.0",
+ "version": "1.3.0",
5
"type": "module",
6
"scripts": {
"dev": "vite",
0 commit comments