Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Jan 1, 2024
1 parent f55db80 commit f1442ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gossip-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gossip"
version = "0.9.0-unstable"
version = "0.9.0"
description = "A social media client for nostr"
authors = ["Mike Dilger <[email protected]>", "fiatjaf <[email protected]>", "Nate Levin <[email protected]>", "Nethanja Focking <[email protected]>", "Daniele Tonon <[email protected]>", "jeremyd (@jeremyd)"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion gossip-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gossip-lib"
version = "0.9.0-unstable"
version = "0.9.0"
description = "A social media client for nostr"
authors = ["Mike Dilger <[email protected]>", "fiatjaf <[email protected]>", "Nate Levin <[email protected]>", "Nethanja Focking <[email protected]>", "Daniele Tonon <[email protected]>", "jeremyd (@jeremyd)"]
license = "MIT"
Expand Down

0 comments on commit f1442ae

Please sign in to comment.