diff --git a/application/config/constants.php b/application/config/constants.php index d6902d7bc..e2d9c28a3 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -93,7 +93,7 @@ // Bonfire-specific Constants // ----------------------------------------------------------------------------- -define('BONFIRE_VERSION', 'v0.7.7-dev'); +define('BONFIRE_VERSION', 'v0.7.7'); // ----------------------------------------------------------------------------- // The 'App Area' allows you to specify the base folder used for all of the contexts diff --git a/bonfire/docs/changelog.md b/bonfire/docs/changelog.md index 524279c00..a823989ee 100644 --- a/bonfire/docs/changelog.md +++ b/bonfire/docs/changelog.md @@ -1,6 +1,6 @@ # Change Log -## Under development +## Released versions ### 0.7.7 Upgraded CodeIgniter 3 to 3.0.1 @@ -18,8 +18,6 @@ Upgraded CodeIgniter 2 to 2.2.4 #### Known Issues: -## Released versions - ### 0.7.6 #### New Features: diff --git a/composer.json b/composer.json index fd0f0f3ec..6843b3188 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ci-bonfire/bonfire", "description": "Kickstart your CodeIgniter-based web application development.", - "version": "0.7.7-dev", + "version": "0.7.7", "type": "project", "homepage": "http://cibonfire.com", "license": "MIT",