[go: nahoru, domu]

Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMicky-FR committed Jun 13, 2021
1 parent b2281e3 commit 37f3f85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FastBoard
[![Java CI](https://github.com/MrMicky-FR/FastBoard/actions/workflows/build.yml/badge.svg)](https://github.com/MrMicky-FR/FastBoard/actions/workflows/build.yml)
[![Sonatype Snapshots](https://img.shields.io/nexus/s/fr.mrmicky/fastboard?label=Sonatype%20snapshots&server=https%3A%2F%2Fs01.oss.sonatype.org)](pom.xml)
[![Maven Central](https://img.shields.io/maven-central/v/fr.mrmicky/fastboard.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22fr.mrmicky%22%20AND%20a:%22fastboard%22)
[![Discord](https://img.shields.io/discord/390919659874156560.svg?colorB=5865f2&label=Discord&logo=discord&logoColor=white)](https://discord.gg/q9UwaBT)

Lightweight packet-based scoreboard API for Bukkit plugins, with 1.7.10 to 1.17 support.
Expand Down Expand Up @@ -55,16 +55,9 @@ Lightweight packet-based scoreboard API for Bukkit plugins, with 1.7.10 to 1.17
<dependency>
<groupId>fr.mrmicky</groupId>
<artifactId>fastboard</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
</dependencies>

<repositories>
<repository>
<id>sonatype-oss</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
```

### Gradle
Expand All @@ -75,11 +68,11 @@ plugins {
}
repositories {
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
mavenCentral()
}
dependencies {
implementation 'fr.mrmicky:fastboard:1.2.0-SNAPSHOT'
implementation 'fr.mrmicky:fastboard:1.2.0'
}
shadowJar {
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fr.mrmicky</groupId>
<artifactId>fastboard</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>FastBoard</name>
<description>Lightweight packet-based scoreboard API for Bukkit plugins.</description>
Expand All @@ -23,6 +23,7 @@
<developer>
<name>MrMicky</name>
<email>git@mrmicky.fr</email>
<url>https://mrmicky.fr</url>
</developer>
</developers>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/fr/mrmicky/fastboard/FastBoard.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* The project is on <a href="https://github.com/MrMicky-FR/FastBoard">GitHub</a>.
*
* @author MrMicky
* @version 1.2.0-SNAPSHOT
* @version 1.2.0
*/
public class FastBoard {

Expand Down

0 comments on commit 37f3f85

Please sign in to comment.