Bump to v0.9.6 — content-only zoom, font size fix

This commit is contained in:
Jure
2026-03-25 16:35:22 +01:00
parent 6da5f6a74c
commit bb084182d7
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wrystr"
version = "0.9.5"
version = "0.9.6"
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": "Wrystr",
"version": "0.9.5",
"version": "0.9.6",
"identifier": "com.hoornet.wrystr",
"build": {
"beforeDevCommand": "npm run dev",