Update version to 3.1.1

This commit is contained in:
Josh Gross
2021-03-30 14:00:42 -04:00
parent 74ae80c200
commit f05a81df23
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "github-script",
"version": "3.1.0",
"version": "3.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",

View File

@@ -1,7 +1,7 @@
{
"name": "github-script",
"description": "A GitHub action for executing a simple script",
"version": "3.1.0",
"version": "3.1.1",
"author": "GitHub",
"license": "MIT",
"main": "dist/index.js",