Skip to content

Commit 7756693

Browse files
committed
virson tag and db name fixed
1 parent eaa65a0 commit 7756693

4 files changed

Lines changed: 45 additions & 31 deletions

File tree

.idea/workspace.xml

Lines changed: 39 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# SimpleWork
22
It's a project to build new php projects where the folder tree and common libraries are included along with.
3+
4+
5+
### License
6+
MIT License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplework",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "\u001b[2~It's a project to build new php projects where the folder tree and common libraries are included along with.",
55
"main": "preface.sw",
66
"scripts": {

preface.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
define('NAME', 'SimpleWork');
55

66
// Version
7-
define('VERSION', '1.0.0-Beta');
7+
define('VERSION', '1.0.1');
88

99
// Configuration
1010
require_once('config.php');

0 commit comments

Comments
 (0)