Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Update api vesion
Browse files Browse the repository at this point in the history
  • Loading branch information
gigantessbeta committed Feb 9, 2018
1 parent 5715c9c commit d7d1a3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: MoneyLevel
main: RuinPray\MoneyLevel\Main
version: RE-CREATE1.2
version: RE-CREATE1.2.1
load: POSTWORLD
author: RuinPray
description: moneylevel
Expand All @@ -18,6 +18,7 @@ api:
- 3.0.0-ALPHA8
- 3.0.0-ALPHA9
- 3.0.0-ALPHA10
- 3.0.0-ALPHA11
permissions:
mlcmdop:
default: op
2 changes: 1 addition & 1 deletion src/RuinPray/MoneyLevel/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class Main extends PluginBase {

public $version = "RE-CREATE1.1";
public $version = "RE-CREATE1.2.1";

private $msg = [];
public $tag = []; //競合防止
Expand Down

0 comments on commit d7d1a3b

Please sign in to comment.