Skip to content

Commit

Permalink
Update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube committed Feb 12, 2019
1 parent 8febef9 commit 463e4c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ repositories {
}
dependencies {
compile 'fr.minuskube:netherboard-bukkit:1.1.0'
compile 'fr.minuskube:netherboard-bukkit:1.1.1'
// Or if you use Sponge:
// compile 'fr.minuskube:netherboard-sponge:1.1.0'
// compile 'fr.minuskube:netherboard-sponge:1.1.1'
}
```

Expand All @@ -89,7 +89,7 @@ dependencies {
<artifactId>netherboard-sponge</artifactId>
-->

<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ subprojects {
sourceCompatibility = '1.8'

group 'fr.minuskube'
version '1.1.0'
version '1.1.1'

configurations { provided }

Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Netherboard
version: 1.1.0
version: 1.1.1
description: Scoreboard API for your Bukkit Plugins.
author: MinusKube
website: https://github.com/MinusKube/netherboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
description = "Scoreboard API for your Sponge Plugins.",
authors = "MinusKube",
url = "https://github.com/MinusKube/netherboard",
version = "1.1.0")
version = "1.1.1")
public class NetherboardPlugin {}

0 comments on commit 463e4c4

Please sign in to comment.