Skip to content

Commit

Permalink
Version bump to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pie-flavor committed Jun 26, 2016
1 parent e874c25 commit 640c476
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
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'idea'
}
group 'flavor.pie'
version '1.2.3'
version '1.2.4'
dependencies {
compile 'org.spongepowered:spongeapi:4.1.0'
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/flavor/pie/react/React.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import java.util.Random;
import java.util.concurrent.TimeUnit;

@Plugin(id="react",name="React",description="A little game to be played in chat.",authors="pie_flavor",version="1.2.3")
@Plugin(id="react",name="React",description="A little game to be played in chat.",authors="pie_flavor",version="1.2.4")
public class React {
@Inject
Game game;
Expand Down

0 comments on commit 640c476

Please sign in to comment.