Updating minor version
This commit is contained in:
parent
8e524e03ad
commit
595c676143
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
from node:10.14.2-slim
|
from node:10.14.2-slim
|
||||||
|
|
||||||
LABEL version="1.0.0"
|
LABEL version="1.1.0"
|
||||||
LABEL repository="https://github/lannonbr/issue-label-manager-action"
|
LABEL repository="https://github/lannonbr/issue-label-manager-action"
|
||||||
LABEL maintainer="Benjamin Lannon <benjamin@lannonbr.com>"
|
LABEL maintainer="Benjamin Lannon <benjamin@lannonbr.com>"
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "issue-label-action",
|
"name": "issue-label-manager-action",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "issue-label-manager-action",
|
"name": "issue-label-manager-action",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "Will update repo's labels based on data in JSON file located at $REPO/.github/labels.json",
|
"description": "Will update repo's labels based on data in JSON file located at $REPO/.github/labels.json",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue