From 16f68ba2b1c9fae18296ade5dff7d3c4afcc57ce Mon Sep 17 00:00:00 2001 From: alexesprit Date: Tue, 6 Oct 2020 18:25:33 +0300 Subject: [PATCH] Release v0.1.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93842c3..762261f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "publish-release-drafts", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b7418e7..e493483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-publish-release-drafts", - "version": "0.1.0", + "version": "0.1.1", "description": "A GitHub action to publish release drafts on GitHub", "main": "dist/index.js", "private": true,