Skip to content

Commit

Permalink
Update README.md and bump version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Jan 13, 2016
1 parent 3798204 commit 73b99c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Bindings to the reference [Argon2](https://github.com/P-H-C/phc-winner-argon2)
implementation.

### Before installing
You **MUST** have a C++ compiler and **node-gyp** (globally) installed before
proceeding with the package install.
You **MUST** have a **node-gyp** global install before proceeding with install.

### Usage
It's possible to hash a password using both Argon2i (default) and Argon2d, sync
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": "argon2",
"version": "0.4.1",
"version": "0.4.2",
"description": "An Argon2 library for Node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 73b99c4

Please sign in to comment.