Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 31, 2014
1 parent e99d1f0 commit 3a35d2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

Version 2.2 - Wed Dec 31 11:27:50 2014

- Added ConsoleInfo classes for detecting the dimension of the console.

Version 1.7 - Mon Jun 30 11:41:33 2014

- Added zsh completion generator.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"CLIFramework": "src"
}
},
"version": "2.1.0"
"version": "2.2.0"
}
2 changes: 1 addition & 1 deletion src/CLIFramework/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Application extends CommandBase
implements CommandInterface
{
const CORE_VERSION = '1.10.0';
const VERSION = "2.1.0";
const VERSION = "2.2.0";
const NAME = 'CLIFramework';


Expand Down

0 comments on commit 3a35d2b

Please sign in to comment.