Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit 55f8241

Browse files
committed
Update
1 parent 282d96e commit 55f8241

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ softdepend:
66

77
description: "Original game of VectorNetwork"
88
website: "https://vector-network.tk"
9-
version: 0.0.6-BETA
9+
version: 0.0.7-BETA
1010
authors:
1111
- InkoHX
1212
- MazaiCrafty

resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.6
1+
version: 7
22
dev-mode: true
33
stage-world-name: stage
44
event-time: 30

src/VectorNetworkProject/TheMix/TheMix.php

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

3737
class TheMix extends PluginBase
3838
{
39-
public const VERSION = 6;
39+
public const VERSION = 7;
4040

4141
/* @var TheMix $instance */
4242
private static $instance = null;

0 commit comments

Comments
 (0)