Skip to content

Commit

Permalink
Increment version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JCThePants committed May 30, 2020
1 parent f8c66b8 commit 7d0911f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo apt-get install libboost-dev
npm config set @mintpond:registry https://npm.pkg.github.com/mintpond
npm config set //npm.pkg.github.com/:_authToken <MY_GITHUB_AUTH_TOKEN>

npm install @mintpond/[email protected].0 --save
npm install @mintpond/[email protected].1 --save
```
[Creating a personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)

Expand Down
26 changes: 26 additions & 0 deletions 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": "@mintpond/hasher-beamhash",
"version": "0.1.0",
"version": "0.1.1",
"description": "BeamHash algorithm hashing and verification functions for NodeJS.",
"main": "index.js",
"author": "JCThePants",
Expand Down

0 comments on commit 7d0911f

Please sign in to comment.