Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Bump everything to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dualspiral committed Oct 14, 2015
1 parent 0468f28 commit 62d61e8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HammerBukkitCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'idea'

sourceCompatibility = 1.8
version = '0.2'
version = '0.3'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion HammerBukkitCore/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Hammer
version: 0.2.1
version: 0.3
main: uk.co.drnaylor.minecraft.hammer.bukkit.HammerBukkit
commands:
ban:
Expand Down
2 changes: 1 addition & 1 deletion HammerCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'idea'

sourceCompatibility = 1.8
version = '0.2'
version = '0.3'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion HammerSpigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'idea'

sourceCompatibility = 1.8
version = '0.2'
version = '0.3'

repositories {
maven {
Expand Down
2 changes: 1 addition & 1 deletion HammerSponge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'idea'

sourceCompatibility = 1.8
version = '0.1'
version = '0.3'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
@Plugin(id = "hammer", name = "Hammer for Sponge", version = HammerSponge.VERSION)
public class HammerSponge {

public static final String VERSION = "0.2";
public static final String VERSION = "0.3";

@Inject private Game game;
@Inject private Logger logger;
Expand Down

0 comments on commit 62d61e8

Please sign in to comment.