Skip to content

Commit

Permalink
Increase version in Plugin annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeumimTo committed Feb 28, 2017
1 parent 6f69a1c commit f7b11ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/src/main/java/cz/neumimto/rpg/NtRpgPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
/**
* Created by NeumimTo on 29.4.2015.
*/
@Plugin(id = "nt-rpg", version = "1.0.0", name = "NT-Rpg", dependencies = {
@Plugin(id = "nt-rpg", version = "1.0.5", name = "NT-Rpg", dependencies = {
@Dependency(id = "MinecraftGuiServer", optional = true),
@Dependency(id = "nt-core", version = "1.7",optional = false)
})
Expand Down

0 comments on commit f7b11ee

Please sign in to comment.