Skip to content

Commit

Permalink
Framework: release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed May 10, 2020
1 parent 92caccb commit 3d11d37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SimpleFramework

[![License](https://img.shields.io/github/license/iTXTech/SimpleFramework.svg)](https://github.com/iTXTech/SimpleFramework/blob/master/LICENSE)
[![Stable](https://img.shields.io/badge/stable-2.2.0(7)-brightgreen.svg)](https://github.com/iTXTech/SimpleFramework/releases/tag/v2.2.0)
[![Developing](https://img.shields.io/badge/dev-2.3.0(8)-blue.svg)]()
[![Stable](https://img.shields.io/badge/stable-2.2.1(8)-brightgreen.svg)](https://github.com/iTXTech/SimpleFramework/releases/tag/v2.2.1)
[![Developing](https://img.shields.io/badge/dev-3.0.0(9)-blue.svg)]()

__Powerful, lightweight and extensible php command line framework.__

Expand Down
4 changes: 2 additions & 2 deletions src/iTXTech/SimpleFramework/Framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

class Framework implements OnCompletionListener{
public const PROG_NAME = "SimpleFramework";
public const PROG_VERSION = "2.2.0";
public const API_LEVEL = 7;
public const PROG_VERSION = "2.2.1";
public const API_LEVEL = 8;
public const CODENAME = "Centaur";

/** @var Framework */
Expand Down

0 comments on commit 3d11d37

Please sign in to comment.