release: v0.1.1
Bump package + crate + tauri identifier from 0.1.0 to 0.1.1 and rebuild the .deb. The 0.1.1 binary includes everything between fork-init and HEAD~0: - custom TCP/QUIC listen ports (default 9651/9652) - daemon-failure banner with shortcut to Settings - misc UX wording CHANGELOG split: 0.1.1 section closes the previously-Unreleased list; 0.1.0 untouched. release/mycellium-ui-private_0.1.0_amd64.deb removed and replaced by 0.1.1 with refreshed SHA256SUMS.
This commit is contained in:
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -1947,7 +1947,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mycellium-ui-private"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"hex",
|
||||
"parking_lot",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mycellium-ui-private"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Mycelium private network desktop client"
|
||||
authors = ["syoul"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Mycellium UI Private",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"identifier": "tech.threefold.mycellium-ui-private",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
||||
Reference in New Issue
Block a user