Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Herman committed Apr 22, 2017
1 parent df442e3 commit e8d93ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.15

* Better support for Electron via the artifacts file (#52).

# Version 0.1.14

* Clean up the CLI and allow `neon build` to optionally take module names (#48).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neon-cli",
"version": "0.1.14",
"version": "0.1.15",
"description": "Build and load native Rust/Neon modules.",
"author": "Dave Herman <dherman@mozilla.com>",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions templates/Cargo.toml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "{{project.name.cargo.internal}}"
crate-type = ["dylib"]

[build-dependencies]
neon-build = "0.1.14"
neon-build = "0.1.15"

[dependencies]
neon = "0.1.14"
neon = "0.1.15"

0 comments on commit e8d93ae

Please sign in to comment.