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 @@
-

SkyView v0.0.2

+

SkyView v0.0.3

diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 0d87129..6f7941b 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: skyview -Version: 0.0.2 +Version: 0.0.3 Section: net Priority: optional Architecture: amd64 diff --git a/debian/usr/share/man/man1/beast-dump.1 b/debian/usr/share/man/man1/beast-dump.1 index 2465981..3445c93 100644 --- a/debian/usr/share/man/man1/beast-dump.1 +++ b/debian/usr/share/man/man1/beast-dump.1 @@ -1,4 +1,4 @@ -.TH BEAST-DUMP 1 "2025-08-24" "SkyView 0.0.2" "User Commands" +.TH BEAST-DUMP 1 "2025-08-24" "SkyView 0.0.3" "User Commands" .SH NAME beast-dump \- Utility for analyzing raw ADS-B data in Beast binary format .SH SYNOPSIS diff --git a/debian/usr/share/man/man1/skyview.1 b/debian/usr/share/man/man1/skyview.1 index 2c408c6..0adacbb 100644 --- a/debian/usr/share/man/man1/skyview.1 +++ b/debian/usr/share/man/man1/skyview.1 @@ -1,4 +1,4 @@ -.TH SKYVIEW 1 "2025-08-24" "SkyView 0.0.2" "User Commands" +.TH SKYVIEW 1 "2025-08-24" "SkyView 0.0.3" "User Commands" .SH NAME skyview \- Multi-source ADS-B aircraft tracker with Beast format support .SH SYNOPSIS