Skip to content

Commit

Permalink
Increment version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JCThePants committed May 21, 2020
1 parent b191076 commit a9a7763
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This module contains wrappers for NodeJS net.Socket to aid in serialization of o
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/mint-socket@1.0.0 --save
npm install @mintpond/mint-socket@1.1.0 --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
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mintpond/mint-socket",
"version": "1.0.0",
"version": "1.1.0",
"description": "Message serialization wrappers for NodeJS net.Socket",
"author": "JCThePants",
"main": "index.js",
Expand Down Expand Up @@ -30,4 +30,4 @@
"engines": {
"node": ">=10.17.0"
}
}
}

0 comments on commit a9a7763

Please sign in to comment.