Skip to content

Commit c16f6da

Browse files
committed
API update
1 parent 9b223d9 commit c16f6da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SimpleGUI",
3-
"version": "1.0.1",
4-
"api": 2,
3+
"version": "1.0.2",
4+
"api": 4,
55
"description": "The GUI SDK based on php-gui for SimpleFramework.",
66
"author": "PeratX",
77
"main": "PeratX\\SimpleGUI\\SimpleGUI",

src/PeratX/SimpleGUI/SimpleGUI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
use Gui\Application;
1717
use Gui\Output;
18-
use sf\module\Module;
18+
use PeratX\SimpleFramework\Module\Module;
1919

2020
class SimpleGUI extends Module{
2121

0 commit comments

Comments
 (0)