Skip to content

Commit

Permalink
Updated IslandCraft version to 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoqhuuep committed Jun 16, 2016
1 parent 20ea29a commit bc884d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IslandCraft-Bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: IslandCraft
version: 1.0.6-SNAPSHOT
version: 1.0.6
description: Changes the biome distribution of the world to create an ocean with islands
author: hoqhuuep
website: http://dev.bukkit.org/bukkit-plugins/islandcraft/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import ninja.leaping.configurate.commented.CommentedConfigurationNode;
import ninja.leaping.configurate.loader.ConfigurationLoader;

@Plugin(id = "islandcraft", name = "IslandCraft", version = "1.0.6-SNAPSHOT")
@Plugin(id = "islandcraft", name = "IslandCraft", version = "1.0.6")
public class IslandCraftPlugin {
@Inject
private Logger logger;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.github.hoqhuuep'
version = '1.0.6-SNAPSHOT'
version = '1.0.6'

allprojects {
repositories {
Expand Down

0 comments on commit bc884d7

Please sign in to comment.