Skip to content

Commit

Permalink
SF: prepare for 2.2.0-beta.1 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Oct 13, 2019
1 parent bec67f9 commit 526a70c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ Contributions are welcomed.
"description": "Just an example",
"author": "iTX Technologies",
"main": "Example\\Main",
"order": 0,
"website": "https://itxtech.org",
"dependency": [
{
"name": "Example/ExampleModule",
"version": "1.0.0"
"version": "1.0.0",
"optional": true
}
],
"hotPatch": [
Expand Down
6 changes: 3 additions & 3 deletions src/iTXTech/SimpleFramework/Framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@

class Framework implements OnCompletionListener{
public const PROG_NAME = "SimpleFramework";
public const PROG_VERSION = "2.1.1";
public const API_LEVEL = 6;
public const CODENAME = "Navi";
public const PROG_VERSION = "2.2.0-beta.1";
public const API_LEVEL = 7;
public const CODENAME = "Centaur";

/** @var Framework */
private static $instance = null;
Expand Down

0 comments on commit 526a70c

Please sign in to comment.