Skip to content

Commit

Permalink
Increment version 2.0.0
Browse files Browse the repository at this point in the history
Increment major version to reflect breaking changes due to changing the package name to mintpond/hasher-mtp
  • Loading branch information
JCThePants committed Apr 15, 2020
1 parent 94366f3 commit 098f4c7
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-mtp@1.1.1 --save
npm install @mintpond/hasher-mtp@2.0.0 --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-mtp",
"version": "1.1.1",
"version": "2.0.0",
"description": "MTP algorithm hashing and verification functions for NodeJS.",
"author": "JCThePants",
"main": "index.js",
Expand Down

0 comments on commit 098f4c7

Please sign in to comment.