Skip to content

Commit cde752f

Browse files
authored
Merge pull request #7 from JSKitty/master
Release v0.1.4
2 parents 11264c1 + b350751 commit cde752f

File tree

7 files changed

+792
-232
lines changed

7 files changed

+792
-232
lines changed

src-tauri/Cargo.lock

+177-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chatstr"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A humble attempt at a modern, private, complete Nostr chat client."
55
authors = ["JSKitty"]
66
edition = "2021"
@@ -26,4 +26,5 @@ nostr-sdk = { version = "0.38.0", features = ["nip04", "nip06", "nip44", "nip59"
2626
once_cell = "1.20.2"
2727
lazy_static = "1.5.0"
2828
tokio = { version = "1.43.0", features = ["sync"] }
29+
tauri-plugin-notification = "2.2.0"
2930

0 commit comments

Comments
 (0)