File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/iTXTech/SimpleFramework Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# SimpleFramework
22
33[ ![ License] ( https://img.shields.io/github/license/iTXTech/SimpleFramework.svg )] ( https://github.com/iTXTech/SimpleFramework/blob/master/LICENSE )
4- [ ![ Stable] ( https://img.shields.io/badge/stable-2.2.0(7 )-brightgreen.svg )] ( https://github.com/iTXTech/SimpleFramework/releases/tag/v2.2.0 )
5- [ ![ Developing] ( https://img.shields.io/badge/dev-2. 3.0(8 )-blue.svg )] ( )
4+ [ ![ Stable] ( https://img.shields.io/badge/stable-2.2.1(8 )-brightgreen.svg )] ( https://github.com/iTXTech/SimpleFramework/releases/tag/v2.2.1 )
5+ [ ![ Developing] ( https://img.shields.io/badge/dev-3.0.0(9 )-blue.svg )] ( )
66
77__ Powerful, lightweight and extensible php command line framework.__
88
Original file line number Diff line number Diff line change 4242
4343class Framework implements OnCompletionListener{
4444 public const PROG_NAME = "SimpleFramework " ;
45- public const PROG_VERSION = "2.2.0 " ;
46- public const API_LEVEL = 7 ;
45+ public const PROG_VERSION = "2.2.1 " ;
46+ public const API_LEVEL = 8 ;
4747 public const CODENAME = "Centaur " ;
4848
4949 /** @var Framework */
You can’t perform that action at this time.
0 commit comments