diff --git a/Home.md b/Home.md index 4e00eae..79d47eb 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ | | | |---|---| -| **Latest tag** | [v0.7.6](https://git.davidtkeane.com/ranger/rangerhq-radio/src/tag/v0.7.6) | +| **Latest tag** | [v1.0.0](https://git.davidtkeane.com/ranger/rangerhq-radio/releases/tag/v1.0.0) — **stability milestone (2026-06-09)** | | **wp.org status** | LIVE — [wordpress.org/plugins/rangerhq-radio](https://wordpress.org/plugins/rangerhq-radio/) | | **Licence** | GPL v2 or later | | **Tested up to** | WordPress 7.0 | diff --git a/Stations.md b/Stations.md index 54ac8ef..80d1335 100644 --- a/Stations.md +++ b/Stations.md @@ -100,8 +100,8 @@ array( ### Step 5 — tag the release on Gitea ```bash -git tag -a v0.7.x -m "v0.7.x — add " -git push origin v0.7.x +git tag -a v1.x.0 -m "v1.x.0 — add " +git push origin v1.x.0 ``` Then upload the updated zip to wp.org SVN (same workflow as any other version bump).