Skip to content

Commit

Permalink
bump up version of jnv to v0.2.0 (j9 to v0.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Mar 25, 2024
1 parent 324ec8c commit ce744aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jnv"
version = "0.1.3"
version = "0.2.0"
authors = ["ynqa <un.pensiero.vano@gmail.com>"]
edition = "2021"
description = "JSON navigator and interactive filter leveraging jq"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive"] }
gag = "1.0.0"
j9 = "0.1.2"
j9 = "0.1.3"
promkit = "0.3.2"
radix_trie = "0.2.1"

Expand Down

0 comments on commit ce744aa

Please sign in to comment.