Skip to content

Commit

Permalink
Bump v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blakejakopovic committed Dec 4, 2022
1 parent af57cb0 commit c15f038
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "nostreq"
description = "Nostr relay event request generator"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
repository = "https://github.com/blakejakopovic/nostreq"
license-file = "LICENSE.txt"
readme = "README.md"
keywords = ["nostr", "nostr-protocol", "json", "cli"]

[dependencies]
serde = { version = "1.0.148", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use serde::{Serialize, Deserialize};

pub fn cli() -> Command {
Command::new("nostreq")
.about("Nostr commandline request builder")
.version("0.0.1")
.about("Nostr relay event request generator")
.version("0.1.0")
.author("Blake Jakopovic")
.arg(
Arg::new("subscription-id")
Expand Down

0 comments on commit c15f038

Please sign in to comment.