Skip to content

Commit d6504c0

Browse files
committed
bump version to 1.2.0
1 parent b96daac commit d6504c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "farm-docker"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Backend API for farm-docker"
55
authors = ["Jonas Renault <[email protected]>"]
66
readme = "README.md"

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "farm-docker-web",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)