Skip to content

Commit 38a734f

Browse files
committed
Update
1 parent 595193a commit 38a734f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jakiboy/vanilleplugin-task",
3-
"version" : "0.1.0",
3+
"version" : "0.1.1",
44
"type": "library",
55
"description": "Add Asynchronous Tasks for VanillePlugin",
66
"license": "MIT",

src/AbstractAsyncRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
/**
33
* @author : JIHAD SINNAOUR
44
* @package : VanillePluginTask
5-
* @version : 0.1.0
5+
* @version : 0.1.1
66
* @copyright : (c) 2018 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
77
* @link : https://jakiboy.github.io/VanillePluginTask/
88
* @license : MIT
99
*
1010
* This file if a part of VanillePluginTask Framework
1111
*/
1212

13-
namespace VanillePluginTask\lib;
13+
namespace VanillePluginTask;
1414

1515
use VanillePlugin\lib\PluginOptions;
1616
use VanillePlugin\lib\Request;

src/AbstractBackgroundProcess.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
/**
33
* @author : JIHAD SINNAOUR
44
* @package : VanillePluginTask
5-
* @version : 0.1.0
5+
* @version : 0.1.1
66
* @copyright : (c) 2018 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
77
* @link : https://jakiboy.github.io/VanillePluginTask/
88
* @license : MIT
99
*
1010
* This file if a part of VanillePluginTask Framework
1111
*/
1212

13-
namespace VanillePluginTask\lib;
13+
namespace VanillePluginTask;
1414

1515
use VanillePlugin\inc\System;
1616

0 commit comments

Comments
 (0)