Skip to content

Commit c23dd35

Browse files
Bump version to 0.0.2.
1 parent 852dc8c commit c23dd35

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1"
3+
version = "0.0.2"
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.1" }
16+
javascriptcore-sys = { path = "javascriptcore-sys", version = "0.0.2" }

README.md

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

2222
```toml
2323
[dependencies]
24-
javascriptcore = "0.0.1"
24+
javascriptcore = "0.0.2"
2525
```
2626

2727
## Status of Implementation

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

0 commit comments

Comments
 (0)