Skip to content

Commit

Permalink
Bump version to 0.0.6 for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jun 18, 2024
1 parent c21d8c1 commit 1e7d234
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["javascriptcore-sys", "javascriptcore-macros"]

[package]
name = "javascriptcore"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
authors = ["Bruce Mitchener <bruce.mitchener@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand All @@ -17,6 +17,6 @@ categories = ["api-bindings"]
exclude = ["javascript_core/**"]

[dependencies]
javascriptcore-macros = { path = "javascriptcore-macros", version = "0.0.1" }
javascriptcore-sys = { path = "javascriptcore-sys", version = "0.0.5" }
javascriptcore-macros = { path = "javascriptcore-macros", version = "0.0.6" }
javascriptcore-sys = { path = "javascriptcore-sys", version = "0.0.6" }
thiserror = "1.0.49"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add it to your `Cargo.toml` like so:

```toml
[dependencies]
javascriptcore = "0.0.5"
javascriptcore = "0.0.6"
```

## Status of Implementation
Expand Down
2 changes: 1 addition & 1 deletion javascriptcore-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "javascriptcore-macros"
version = "0.0.1"
version = "0.0.6"
edition = "2021"
authors = ["Bruce Mitchener <bruce.mitchener@gmail.com>", "Ivan Enderlin <ivan@mnt.io>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion javascriptcore-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "javascriptcore-sys"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
authors = ["Bruce Mitchener <bruce.mitchener@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 1e7d234

Please sign in to comment.