Skip to content

Commit 1e7d234

Browse files
Bump version to 0.0.6 for publishing
1 parent c21d8c1 commit 1e7d234

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["javascriptcore-sys", "javascriptcore-macros"]
33

44
[package]
55
name = "javascriptcore"
6-
version = "0.0.5"
6+
version = "0.0.6"
77
edition = "2021"
88
authors = ["Bruce Mitchener <[email protected]>"]
99
license = "MIT OR Apache-2.0"
@@ -17,6 +17,6 @@ categories = ["api-bindings"]
1717
exclude = ["javascript_core/**"]
1818

1919
[dependencies]
20-
javascriptcore-macros = { path = "javascriptcore-macros", version = "0.0.1" }
21-
javascriptcore-sys = { path = "javascriptcore-sys", version = "0.0.5" }
20+
javascriptcore-macros = { path = "javascriptcore-macros", version = "0.0.6" }
21+
javascriptcore-sys = { path = "javascriptcore-sys", version = "0.0.6" }
2222
thiserror = "1.0.49"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add it to your `Cargo.toml` like so:
2222

2323
```toml
2424
[dependencies]
25-
javascriptcore = "0.0.5"
25+
javascriptcore = "0.0.6"
2626
```
2727

2828
## Status of Implementation

javascriptcore-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "javascriptcore-macros"
3-
version = "0.0.1"
3+
version = "0.0.6"
44
edition = "2021"
55
authors = ["Bruce Mitchener <[email protected]>", "Ivan Enderlin <[email protected]>"]
66
license = "MIT OR Apache-2.0"

javascriptcore-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "javascriptcore-sys"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = "2021"
55
authors = ["Bruce Mitchener <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)