Skip to content

Commit

Permalink
Merge tag '3.1.6' into develop
Browse files Browse the repository at this point in the history
3.1.6
  • Loading branch information
brandonkelly committed Jan 29, 2019
2 parents 7762b49 + 2e2a2e9 commit 138a164
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.1.6 - 2019-01-29

### Added
- It’s now possible to update disabled plugins.
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.1.5",
"version": "3.1.6",
"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.1.5',
'version' => '3.1.6',
'schemaVersion' => '3.1.23',
'minVersionRequired' => '2.6.2788',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit 138a164

Please # to comment.