From 707a176bcb88c834afb1878954ea8d5a08e2a7aa Mon Sep 17 00:00:00 2001 From: mwhitneysdsu Date: Tue, 14 Jul 2015 08:39:58 -0700 Subject: [PATCH] Prep for 0.7.5 release --- application/config/constants.php | 2 +- bonfire/docs/changelog.md | 4 ++-- composer.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/config/constants.php b/application/config/constants.php index 440d8286b..54b0135ae 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -93,7 +93,7 @@ // Bonfire-specific Constants // ----------------------------------------------------------------------------- -define('BONFIRE_VERSION', 'v0.7.5-dev'); +define('BONFIRE_VERSION', 'v0.7.5'); // ----------------------------------------------------------------------------- // 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 8f7f2dd4f..dc8411ca3 100644 --- a/bonfire/docs/changelog.md +++ b/bonfire/docs/changelog.md @@ -2,6 +2,8 @@ ## Under development +## Released versions + ### 0.7.5 #### New Features: @@ -23,8 +25,6 @@ #### Known Issues: -## Released versions - ### 0.7.4 #### New Features: diff --git a/composer.json b/composer.json index 667642fa1..1dc1d45d0 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.5-dev", + "version": "0.7.5", "type": "project", "homepage": "http://cibonfire.com", "license": "MIT",