diff --git a/package-lock.json b/package-lock.json index da295b7e..2a235697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metrics", - "version": "3.29.0", + "version": "3.30.0-beta", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "metrics", - "version": "3.29.0", + "version": "3.30.0-beta", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bf9cd0fd..3a530805 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "metrics", - "version": "3.29.0", - "description": "An infographics generator with 40+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!", + "version": "3.30.0-beta", + "description": "An infographics generator with 40+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!", "main": "index.mjs", "scripts": { "start": "node source/app/web/index.mjs", diff --git a/source/app/action/action.yml b/source/app/action/action.yml index 14a37f2e..737bb3f9 100644 --- a/source/app/action/action.yml +++ b/source/app/action/action.yml @@ -13,7 +13,7 @@ inputs: # Action metadata name: Metrics embed author: lowlighter -description: An infographics generator with 40+ plugins and 200+ options to display stats about your GitHub account! +description: An infographics generator with 40+ plugins and 300+ options to display stats about your GitHub account! branding: icon: user-check color: gray-dark