chore(release): prepare Firelink 1.4.0

Document the Torrent and Properties release, align desktop version metadata, and pin the published Companion 2.2.0.
This commit is contained in:
NimBold
2026-08-27 08:26:57 +03:30
parent cfe929680c
commit e79c0c1446
9 changed files with 63 additions and 12 deletions
+1 -1
View File
@@ -1395,7 +1395,7 @@ checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890"
[[package]]
name = "firelink"
version = "1.3.1"
version = "1.4.0"
dependencies = [
"apple-native-keyring-store",
"async-trait",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "firelink"
version = "1.3.1"
version = "1.4.0"
description = "A fast cross-platform desktop download manager powered by Rust and Tauri"
authors = ["NimBold"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Firelink",
"version": "1.3.1",
"version": "1.4.0",
"identifier": "com.nimbold.firelink",
"build": {
"beforeDevCommand": "node scripts/stage-engines.js && npm run dev",