diff --git a/CLAUDE.md b/CLAUDE.md index 4b70eb8..c7a8ea6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -76,7 +76,7 @@ This document outlines coding standards, architectural principles, and developme - **Prohibited Tools**: Do not use `gh` or other GitHub-oriented tools ### Release Management -- Use semantic versioning (e.g., v0.0.2) +- Use semantic versioning (e.g., v0.0.3) - Include Debian package builds in releases - Provide comprehensive release notes with feature descriptions - Tag releases properly for easy version tracking diff --git a/README.md b/README.md index 2a3602b..9ec1e9f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ A high-performance, multi-source ADS-B aircraft tracking application that connec ```bash # Install -sudo dpkg -i skyview_0.0.2_amd64.deb +sudo dpkg -i skyview_0.0.3_amd64.deb # Configure sudo nano /etc/skyview/config.json @@ -203,7 +203,7 @@ make check # Run all checks ### Systemd Service (Debian/Ubuntu) ```bash # Install package -sudo dpkg -i skyview_0.0.2_amd64.deb +sudo dpkg -i skyview_0.0.3_amd64.deb # Configure sources in /etc/skyview/config.json # Start service diff --git a/assets/static/index.html b/assets/static/index.html index da510e5..7fc97ee 100644 --- a/assets/static/index.html +++ b/assets/static/index.html @@ -28,7 +28,7 @@