Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
Release version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Mar 13, 2016
1 parent f4bf62b commit ff79786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ You can download the plugin from [GitHub releases](https://github.com/Minecrell/
}
dependencies {
compile 'net.minecrell:statusprotocol:0.1'
compile 'net.minecrell:statusprotocol:0.2'
}
```
2. Add an (optional) dependency on statusprotocol.
2. Add an (optional) dependency on `net.minecrell.statusprotocol`.
3. Access the protocol version on status ping or set it:
```java
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
apply plugin: 'java'
apply plugin: 'nebula.provided-base'

version = '0.2-SNAPSHOT'
version = '0.2'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down

0 comments on commit ff79786

Please sign in to comment.