From aac224f23570d16a450b5aac92283def8ed9277d Mon Sep 17 00:00:00 2001 From: Misha Kav Date: Sat, 8 Oct 2022 19:40:48 +0300 Subject: [PATCH] :wrench: align version to new bump --- 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 fcd945e..34d6126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dynamic-badges-action", - "version": "1.0.0", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 75e3810..d265915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamic-badges-action", - "version": "1.0.0", + "version": "1.5.0", "description": "A GitHub Action which uses shields.io to create custom badges and uploads the to a gist.", "main": "index.js", "scripts": {