Skip to content

Commit 3a35d2b

Browse files
committed
Checking in changes prior to tagging of version 2.2.0.
1 parent e99d1f0 commit 3a35d2b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
Version 2.2 - Wed Dec 31 11:27:50 2014
3+
4+
- Added ConsoleInfo classes for detecting the dimension of the console.
5+
26
Version 1.7 - Mon Jun 30 11:41:33 2014
37

48
- Added zsh completion generator.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"CLIFramework": "src"
2525
}
2626
},
27-
"version": "2.1.0"
27+
"version": "2.2.0"
2828
}

src/CLIFramework/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Application extends CommandBase
3030
implements CommandInterface
3131
{
3232
const CORE_VERSION = '1.10.0';
33-
const VERSION = "2.1.0";
33+
const VERSION = "2.2.0";
3434
const NAME = 'CLIFramework';
3535

3636

0 commit comments

Comments
 (0)