Skip to content

Commit

Permalink
chore: bump version to 0.1.1 for all components
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerFlar committed Jan 14, 2025
1 parent 7e2d337 commit bf0fe68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "radio-telemetry-tracker-drone-gcs-frontend",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "radio-telemetry-tracker-drone-gcs"
version = "0.1.0"
version = "0.1.1"
description = "Radio Telemetry Tracker Drone Ground Control Station"
authors = ["Tyler Flar <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion radio_telemetry_tracker_drone_gcs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Ground Control Station for Radio Telemetry Tracker drone operations and data visualization."""

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit bf0fe68

Please sign in to comment.