Skip to content

Commit 5306c5b

Browse files
Bump to version 0.0.4
1 parent 949a3e4 commit 5306c5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "javascriptcore"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
authors = ["Bruce Mitchener <bruce.mitchener@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -13,4 +13,4 @@ categories = ["api-bindings"]
1313
exclude = ["javascript_core/**"]
1414

1515
[dependencies]
16-
javascriptcore-sys = { path = "javascriptcore-sys", version = "0.0.3" }
16+
javascriptcore-sys = { path = "javascriptcore-sys", version = "0.0.4" }

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.3"
3+
version = "0.0.4"
44
authors = ["Bruce Mitchener <bruce.mitchener@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)