Skip to content

Commit

Permalink
修复了版本号不是正式版的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
KunoSayo committed May 13, 2018
1 parent 0848253 commit 2a626d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.euonmyoji.newhonor'
version = '1.7.0-alpha'
version = '1.7.0'
apply plugin: 'java'

sourceCompatibility = '1.8'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/euonmyoji/newhonor/NewHonor.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@Plugin(id = "newhonor", name = "New Honor", version = NewHonor.VERSION, authors = "yinyangshi", description = "NewHonor plugin",
dependencies = {@Dependency(id = "ultimatechat", optional = true), @Dependency(id = "placeholderapi", optional = true)})
public class NewHonor {
public static final String VERSION = "1.7.0-alpha";
public static final String VERSION = "1.7.0";
public static final NewHonorMessageChannel M_MESSAGE = new NewHonorMessageChannel();
@Inject
@ConfigDir(sharedRoot = false)
Expand Down

0 comments on commit 2a626d3

Please sign in to comment.