Skip to content

Commit

Permalink
v0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Aug 11, 2017
1 parent dc91f46 commit c784ff0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon"
version = "0.1.18"
version = "0.1.19"
authors = ["Dave Herman <dherman@mozilla.com>"]
description = "A safe abstraction layer for Node.js."
documentation = "https://docs.neon-bindings.com/neon/index.html"
Expand All @@ -18,8 +18,8 @@ build = "build.rs"
links = "neon-runtime"

[build-dependencies]
neon-build = { version = "=0.1.18", path = "crates/neon-build" }
neon-build = { version = "=0.1.19", path = "crates/neon-build" }

[dependencies]
cslice = "0.2"
neon-runtime = { version = "=0.1.18", path = "crates/neon-runtime" }
neon-runtime = { version = "=0.1.19", path = "crates/neon-runtime" }
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.1.19

* CLI bugfix (neon-bindings/neon-cli#62, neon-bindings/neon-cli#65)

# Version 0.1.18

* CLI bugfix (neon-bindings/neon-cli#59).
Expand Down
2 changes: 1 addition & 1 deletion crates/neon-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-build"
version = "0.1.18"
version = "0.1.19"
authors = ["Dave Herman <dherman@mozilla.com>"]
description = "Build logic required for Neon projects."
repository = "https://github.com/neon-bindings/neon"
Expand Down
2 changes: 1 addition & 1 deletion crates/neon-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-runtime"
version = "0.1.18"
version = "0.1.19"
authors = ["Dave Herman <dherman@mozilla.com>"]
description = "Exposes Node and V8 C++ API's for use by Neon."
repository = "https://github.com/neon-bindings/neon"
Expand Down

0 comments on commit c784ff0

Please sign in to comment.