Skip to content

Commit

Permalink
Set version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoqhuuep committed May 14, 2016
1 parent 10ed6f3 commit 4d0a32d
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.5-SNAPSHOT
version: 1.0.5
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.5-SNAPSHOT")
@Plugin(id = "islandcraft", name = "IslandCraft", version = "1.0.5")
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.5-SNAPSHOT'
version = '1.0.5'

allprojects {
repositories {
Expand Down

0 comments on commit 4d0a32d

Please sign in to comment.