Skip to content

Commit 9b223d9

Browse files
committed
Unified namespace & bump version
1 parent 229137b commit 9b223d9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SimpleGUI
22
===================
33

4-
__The GUI SDK based on php-gui for SimpleFramework(CLI)__
4+
__The GUI SDK based on php-gui for [SimpleFramework](https://github.com/PeratX/SimpleFramework)__
55

66
This program is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ __The GUI SDK based on php-gui for SimpleFramework(CLI)__
1818

1919
Introduction
2020
-------------
21-
With this SDK, you can create a visual window quickly and easily.
21+
With this SDK, developers can create a visual window using php and [SimpleFramework](https://github.com/PeratX/SimpleFramework) quickly and easily.
2222

2323
Get SimpleGUI
2424
-------------

info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "SimpleGUI",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"api": 2,
55
"description": "The GUI SDK based on php-gui for SimpleFramework.",
66
"author": "PeratX",
7-
"main": "SimpleGUI\\Main",
7+
"main": "PeratX\\SimpleGUI\\SimpleGUI",
88
"order": 0,
99
"website": "https://github.com/PeratX/SimpleGUI"
1010
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* SimpleFrameworkGUI
4+
* SimpleGUI
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by
@@ -11,13 +11,13 @@
1111
* @author PeratX
1212
*/
1313

14-
namespace SimpleGUI;
14+
namespace PeratX\SimpleGUI;
1515

1616
use Gui\Application;
1717
use Gui\Output;
1818
use sf\module\Module;
1919

20-
class Main extends Module{
20+
class SimpleGUI extends Module{
2121

2222
public function load(){
2323
$this->saveResource("phpgui-x86_64-win64.exe");

0 commit comments

Comments
 (0)