Skip to content

Commit 6a4bd30

Browse files
committed
Version bump to 1.2.3
1 parent df642b2 commit 6a4bd30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'idea'
44
}
55
group 'flavor.pie'
6-
version '1.2.2'
6+
version '1.2.3'
77
dependencies {
88
compile 'org.spongepowered:spongeapi:4.1.0'
99
}

src/main/java/flavor/pie/react/React.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import java.util.Random;
3636
import java.util.concurrent.TimeUnit;
3737

38-
@Plugin(id="react",name="React",description="A little game to be played in chat.",authors="pie_flavor",version="1.2.2")
38+
@Plugin(id="react",name="React",description="A little game to be played in chat.",authors="pie_flavor",version="1.2.3")
3939
public class React {
4040
@Inject
4141
Game game;

0 commit comments

Comments
 (0)