Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Aug 6, 2015
1 parent b95d1fc commit e940206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fast"
],
"description": "The Fast PHP ORM",
"version": "2.2.1",
"version": "2.2.2",
"require": {
"php": ">=5.4.0",
"corneltek/sqlbuilder": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/LazyRecord/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class Console extends Application
{
const name = 'LazyRecord';
const VERSION = "2.2.1";
const VERSION = "2.2.2";

public function brief()
{
Expand Down

0 comments on commit e940206

Please sign in to comment.