From 7cc483b54c93c2e4b322b3e9c20a3fd2b5046c5f Mon Sep 17 00:00:00 2001 From: Bytemalte Date: Wed, 11 Feb 2026 14:25:56 +0100 Subject: [PATCH] chore: bump version to v0.5.0 --- Cargo.toml | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- zapstore.yaml | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index efdec40..a23d794 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marstemedia-ui" -version = "0.1.0" +version = "0.5.0" edition = "2021" [dependencies] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 44afe2d..dead5be 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marstemedia" -version = "0.1.0" +version = "0.5.0" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 82c2289..df66c8b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "marstemedia", - "version": "0.1.0", + "version": "0.5.0", "identifier": "malxte.de", "build": { "beforeDevCommand": "trunk serve", diff --git a/zapstore.yaml b/zapstore.yaml index b9c87bd..7545559 100644 --- a/zapstore.yaml +++ b/zapstore.yaml @@ -13,6 +13,8 @@ relays: - "wss://relay.zapstore.dev" - "wss://relay.malxte.de" - "wss://relay.primal.net" - - "wss://releay.damus.io" + - "wss://relay.damus.io" - "wss://nostr.mom" - "wss://snort.social" + +icon_url: "https://gitea.malxte.de/Bytemalte/marstemedia/src/branch/main/public/logo.png"