Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Prep for 0.7.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhitneysdsu committed Aug 5, 2015
1 parent fcbd33d commit f8930a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion application/config/constants.php
Expand Up @@ -93,7 +93,7 @@
// Bonfire-specific Constants
// -----------------------------------------------------------------------------

define('BONFIRE_VERSION', 'v0.7.6-dev');
define('BONFIRE_VERSION', 'v0.7.6');

// -----------------------------------------------------------------------------
// The 'App Area' allows you to specify the base folder used for all of the contexts
Expand Down
4 changes: 1 addition & 3 deletions bonfire/docs/changelog.md
@@ -1,6 +1,6 @@
# Change Log

## Under development
## Released versions

### 0.7.6

Expand All @@ -18,8 +18,6 @@

#### Known Issues:

## Released versions

### 0.7.5

#### New Features:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "ci-bonfire/bonfire",
"description": "Kickstart your CodeIgniter-based web application development.",
"version": "0.7.6-dev",
"version": "0.7.6",
"type": "project",
"homepage": "http://cibonfire.com",
"license": "MIT",
Expand Down

0 comments on commit f8930a3

Please sign in to comment.