Skip to content

Commit

Permalink
version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajpatel committed May 9, 2020
1 parent 701de13 commit 306247c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12
- run: npm ci
- run: npm 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": "hapi-response-time",
"version": "2.2.0",
"version": "2.2.1",
"description": "Response Time plugin for HapiJS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 306247c

Please sign in to comment.