Skip to content

Commit

Permalink
Upgrade our versioning to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Dec 11, 2023
1 parent 3d81def commit 6ffff25
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 @@
[project]
name = "appointment_backend"
version = "1.0.0"
version = "0.2.0"
description = "Backend component to Thunderbird Appointment"
requires-python = ">3.11"
dynamic = ["dependencies"]
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": "thunderbird-appointment",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite --port 8080",
Expand Down

0 comments on commit 6ffff25

Please sign in to comment.