Bump to v0.11.0 — embedded relay, naddr links, new themes

This commit is contained in:
Jure
2026-04-02 15:28:35 +02:00
parent 51a010bfc5
commit 9477b6d68e
7 changed files with 29 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "vega"
version = "0.10.1"
version = "0.11.0"
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.1",
"version": "0.11.0",
"identifier": "com.hoornet.vega",
"build": {
"beforeDevCommand": "npm run dev",