Skip to content

Commit 3d11d37

Browse files
committed
Framework: release 2.2.1
1 parent 92caccb commit 3d11d37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

src/iTXTech/SimpleFramework/Framework.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242

4343
class 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 */

0 commit comments

Comments
 (0)