Skip to content

Commit

Permalink
Merge tag '3.0.9' into develop
Browse files Browse the repository at this point in the history
3.0.9
  • Loading branch information
brandonkelly committed May 22, 2018
2 parents a18b9a5 + c979881 commit ebfec3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-v3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for Craft CMS 3.x

## Unreleased
## 3.0.9 - 2018-05-22

### Added
- Added default plugin icon to plugins without icon in the Plugin Store.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.0.8",
"version": "3.0.9",
"keywords": [
"cms",
"craftcms",
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
'version' => '3.0.8',
'version' => '3.0.9',
'schemaVersion' => '3.0.91',
'minVersionRequired' => '2.6.2788',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit ebfec3e

Please sign in to comment.