Skip to content

Commit

Permalink
version set to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paixaop committed Nov 16, 2018
1 parent 6393341 commit 7f7c707
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ else
@echo Operating System: ${OS} THIS_OS = ${THIS_OS}, Platform = ${PLATFORM}
endif



sodium: libsodium
echo Build node-sodium module
node-gyp rebuild
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

# node-sodium

Version 3.0 has been refactored to use N-API, instead of NaN, so it should be more resistent to node version upgrades.

Versions 2.0 and above are no longer compatible with Node 0.x. If you're still using an old version of node please use an older version of node-sodium.

Uses Libsodium 1.0.16

Refactored to use N-API, instead of NaN, so it should be more resistent to node version upgrades.

Port of the [lib sodium](https://github.com/jedisct1/libsodium) Encryption Library to Node.js.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sodium",
"version": "2.0.4",
"version": "3.0.0",
"libsodium_version": "1.0.16",
"author": "Pedro Paixao <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 7f7c707

Please sign in to comment.