Skip to content

Commit

Permalink
Fix build.gradle, update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube committed Jun 14, 2020
1 parent 7d64492 commit 07bc92f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ repositories {
}
dependencies {
compile 'fr.minuskube:netherboard-bukkit:1.2.0'
compile 'fr.minuskube:netherboard-bukkit:1.2.1'
// Or if you use Sponge:
// compile 'fr.minuskube:netherboard-sponge:1.2.0'
// compile 'fr.minuskube:netherboard-sponge:1.2.1'
}
```

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

<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ plugins {
}

subprojects {
apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'maven'
apply plugin: 'signing'

sourceCompatibility = '1.8'

group 'fr.minuskube'
version '1.2.0'
version '1.2.1'

repositories {
mavenCentral()
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.2.0
version: 1.2.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.2.0")
version = "1.2.1")
public class NetherboardPlugin {}

0 comments on commit 07bc92f

Please sign in to comment.