Skip to content

Commit

Permalink
ci: version bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Version Bump committed Nov 19, 2020
1 parent 0bd2ab2 commit 8b060a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "passport-apple-verify-token",
"version": "1.0.0",
"version": "1.0.1",
"description": "Sign In with Apple Token strategy for Passport, let's you validate the user token server side, usefull for mobile app SignIn with Apple authentication for example. The validation is done by using the public AppleID authentication keys.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -55,4 +55,4 @@
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
}
}
}

0 comments on commit 8b060a6

Please sign in to comment.