Skip to content

Commit

Permalink
bump up version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Mar 23, 2024
1 parent 01ae2c9 commit eabf1b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion j9-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "j9-sys"
version = "0.1.2"
version = "0.1.3"
authors = ["ynqa <[email protected]>"]
edition = "2021"
description = "Rust bindings for jq"
Expand Down
4 changes: 2 additions & 2 deletions j9/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "j9"
version = "0.1.2"
version = "0.1.3"
authors = ["ynqa <[email protected]>"]
edition = "2021"
description = "Rust interface for jq-based JSON processing"
Expand All @@ -12,7 +12,7 @@ name = "j9"
path = "src/lib.rs"

[dependencies]
j9-sys = { path = "../j9-sys", version = "0.1.2" }
j9-sys = { path = "../j9-sys", version = "0.1.3" }
thiserror = "1.0.57"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion j9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To use j9, add it as a dependency in your Cargo.toml:

```toml
[dependencies]
j9 = "0.1.1"
j9 = "0.1.3"
```

## Example
Expand Down

0 comments on commit eabf1b1

Please sign in to comment.