Skip to content

Commit

Permalink
Change version to v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Apr 20, 2017
1 parent 47735e4 commit 6b2c7e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `CodeIgniter` will be documented in this file.

## [3.1.4](https://github.com/rougin/codeigniter/compare/v3.1.3...v3.1.4) - 2017-04-20

### Changed
- Version to [`v3.1.4`](http://www.codeigniter.com/user_guide/changelog.html#version-3-1-4)

## [3.1.3](https://github.com/rougin/codeigniter/compare/v3.1.2...v3.1.3) - 2017-02-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]

Installs [CodeIgniter](http://www.codeigniter.com/) core through [Composer](https://getcomposer.org/).
A package that installs [CodeIgniter](http://www.codeigniter.com/)'s core via [Composer](https://getcomposer.org/).

## Install

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rougin/codeigniter",
"description": "Yet another way to install CodeIgniter via Composer",
"description": "Installs CodeIgniter's core via Composer",
"keywords": [
"codeigniter",
"composer",
Expand Down Expand Up @@ -29,6 +29,6 @@
"suggest": {
"rougin/combustor": "Lets you generate controllers, models, and views from database tables for CodeIgniter",
"rougin/refinery": "\"Ready-to-eat\" migrations for CodeIgniter",
"rougin/spark-plug": "Obtains an instance of CodeIgniter gracefully"
"rougin/spark-plug": "Returns an instance of CodeIgniter"
}
}

0 comments on commit 6b2c7e1

Please sign in to comment.