chore: prepare release 0.4.1

This commit is contained in:
nimbold
2026-06-03 05:36:57 +03:30
parent 21b30a9369
commit 3d117fd6b0
2 changed files with 24 additions and 2 deletions
+8 -2
View File
@@ -92,8 +92,8 @@ make dmg
### Release
GitHub Actions builds and publishes the macOS ARM64 DMG when a version tag is pushed:
```bash
git tag v0.1.0
git push origin v0.1.0
git tag v0.4.1
git push origin v0.4.1
```
---
@@ -110,6 +110,12 @@ git push origin v0.1.0
---
## 🏆 Credits
Firelink relies on [aria2](https://aria2.github.io/) as its underlying multi-protocol and multi-source command-line download utility. Special thanks to the aria2 contributors for their excellent engine.
---
## 📄 License
Firelink is released under the MIT License. See [LICENSE](LICENSE) for details.