Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Apr 18, 2015
1 parent 34f7510 commit 0033612
Show file tree
Hide file tree
Showing 3 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 @@ -2,7 +2,7 @@
"name": "corneltek/lazyrecord",
"homepage": "http://github.com/c9s/LazyRecord",
"description": "The Fast PHP ORM",
"version": "2.1.1",
"version": "2.1.2",
"require": {
"php": ">=5.4.0",
"corneltek/sqlbuilder": "~2",
Expand Down
Binary file modified lazy
Binary file not shown.
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.1.1";
const VERSION = "2.1.2";

public function brief()
{
Expand Down

0 comments on commit 0033612

Please sign in to comment.