bump version

This commit is contained in:
Bryan MacFarlane 2021-03-24 19:26:10 -04:00
parent 3b22cd05fd
commit a9d5d9b0b7
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ _out
node_modules
.DS_Store
testoutput.txt
npm-debug.log

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "1.0.9",
"version": "1.0.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "1.0.9",
"version": "1.0.10",
"description": "Actions Http Client",
"main": "index.js",
"scripts": {