Bump to v0.10.1 — search resilience, nostr: URI prefix support

This commit is contained in:
Jure
2026-03-31 06:35:25 +02:00
parent 3ac3e11d3c
commit f2d51fba31
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "vega"
version = "0.10.0"
version = "0.10.1"
description = "Cross-platform Nostr desktop client with Lightning integration"
authors = ["hoornet"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Vega",
"version": "0.10.0",
"version": "0.10.1",
"identifier": "com.hoornet.vega",
"build": {
"beforeDevCommand": "npm run dev",