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 Aug 11, 2021
1 parent 4b97def commit b4dc833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sudo apt-get install build-essential
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/hasher-firopow@0.1.0 --save
npm install @mintpond/hasher-firopow@0.1.1 --save
```

__Install & Test__
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": "@mintpond/hasher-firopow",
"version": "0.1.0",
"version": "0.1.1",
"description": "Firo Progpow algorithm hashing and verification functions for NodeJS.",
"main": "index.js",
"author": "JCThePants",
Expand Down

0 comments on commit b4dc833

Please sign in to comment.