Skip to content

Commit 526a70c

Browse files
committed
SF: prepare for 2.2.0-beta.1 pre-release
1 parent bec67f9 commit 526a70c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Contributions are welcomed.
3939
"description": "Just an example",
4040
"author": "iTX Technologies",
4141
"main": "Example\\Main",
42-
"order": 0,
4342
"website": "https://itxtech.org",
4443
"dependency": [
4544
{
4645
"name": "Example/ExampleModule",
47-
"version": "1.0.0"
46+
"version": "1.0.0",
47+
"optional": true
4848
}
4949
],
5050
"hotPatch": [

src/iTXTech/SimpleFramework/Framework.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434

3535
class Framework implements OnCompletionListener{
3636
public const PROG_NAME = "SimpleFramework";
37-
public const PROG_VERSION = "2.1.1";
38-
public const API_LEVEL = 6;
39-
public const CODENAME = "Navi";
37+
public const PROG_VERSION = "2.2.0-beta.1";
38+
public const API_LEVEL = 7;
39+
public const CODENAME = "Centaur";
4040

4141
/** @var Framework */
4242
private static $instance = null;

0 commit comments

Comments
 (0)