File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/iTXTech/SimpleFramework Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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" : [
Original file line number Diff line number Diff line change 3434
3535class 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 ;
You can’t perform that action at this time.
0 commit comments