diff --git a/composer.json b/composer.json index 0631e99..eb1c409 100644 --- a/composer.json +++ b/composer.json @@ -1,45 +1,45 @@ { - "name": "trendyminds/visor", - "description": "A simple admin overlay to get to the relevant areas of the Craft CMS control panel", - "type": "craft-plugin", - "version": "3.0.0", - "keywords": [ - "craft", - "cms", - "craftcms", - "craft-plugin", - "visor", - "utility", - "dashboard" - ], - "support": { - "docs": "https://github.com/trendyminds/visor/blob/master/README.md", - "issues": "https://github.com/trendyminds/visor/issues" - }, - "license": "MIT", - "authors": [ - { - "name": "TrendyMinds", - "homepage": "https://trendyminds.com" - } - ], - "require": { - "craftcms/cms": "^3.1.20" - }, - "autoload": { - "psr-4": { - "trendyminds\\visor\\": "src/" - } - }, - "extra": { - "name": "Visor", - "handle": "visor", - "hasCpSettings": false, - "hasCpSection": false, - "changelogUrl": "https://raw.githubusercontent.com/trendyminds/visor/master/CHANGELOG.md", - "components": { - "visorService": "trendyminds\\visor\\services\\VisorService" - }, - "class": "trendyminds\\visor\\Visor" + "name": "trendyminds/visor", + "description": "A simple admin overlay to get to the relevant areas of the Craft CMS control panel", + "type": "craft-plugin", + "version": "3.0.1", + "keywords": [ + "craft", + "cms", + "craftcms", + "craft-plugin", + "visor", + "utility", + "dashboard" + ], + "support": { + "docs": "https://github.com/trendyminds/visor/blob/master/README.md", + "issues": "https://github.com/trendyminds/visor/issues" + }, + "license": "MIT", + "authors": [ + { + "name": "TrendyMinds", + "homepage": "https://trendyminds.com" } + ], + "require": { + "craftcms/cms": "^3.1.20" + }, + "autoload": { + "psr-4": { + "trendyminds\\visor\\": "src/" + } + }, + "extra": { + "name": "Visor", + "handle": "visor", + "hasCpSettings": false, + "hasCpSection": false, + "changelogUrl": "https://raw.githubusercontent.com/trendyminds/visor/master/CHANGELOG.md", + "components": { + "visorService": "trendyminds\\visor\\services\\VisorService" + }, + "class": "trendyminds\\visor\\Visor" + } } diff --git a/package.json b/package.json index eaa90cc..4740c37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visor", - "version": "3.0.0", + "version": "3.0.1", "description": "A simple admin overlay to get to the relevant areas of the Craft CMS control panel", "main": "index.js", "scripts": {