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

Commit f8930a3

Browse files
committed
Prep for 0.7.6 Release
1 parent fcbd33d commit f8930a3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

application/config/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
// Bonfire-specific Constants
9494
// -----------------------------------------------------------------------------
9595

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

9898
// -----------------------------------------------------------------------------
9999
// The 'App Area' allows you to specify the base folder used for all of the contexts

bonfire/docs/changelog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Under development
3+
## Released versions
44

55
### 0.7.6
66

@@ -18,8 +18,6 @@
1818

1919
#### Known Issues:
2020

21-
## Released versions
22-
2321
### 0.7.5
2422

2523
#### New Features:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ci-bonfire/bonfire",
33
"description": "Kickstart your CodeIgniter-based web application development.",
4-
"version": "0.7.6-dev",
4+
"version": "0.7.6",
55
"type": "project",
66
"homepage": "http://cibonfire.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)