Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed Jul 28, 2020
1 parent ee4829d commit 9fb0cf4
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
84 changes: 42 additions & 42 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9fb0cf4

Please sign in to comment.