Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenquyhy committed Jun 26, 2016
1 parent 808c8b5 commit 1839baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is a [Sponge](http://spongepowered.com) plugin to integrate [Minecraft](htt
Build **Sponge-Discord**

1. Clone this repository
1. Run `gradle` (or `gradlew` for Windows)
1. Run `gradlew`
1. The jar file will be in `build/libs/Sponge-Discord-{version}-all.jar`.

## Commands
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
defaultTasks 'build', 'shadowJar'

group = 'com.nguyenquyhy'
version = '1.2.0'
version = '1.2.1'
description = 'A plugin to connect Discord and Minecraft'
sourceCompatibility = 1.8

Expand Down

0 comments on commit 1839baf

Please sign in to comment.