Skip to content

Commit 680ab5d

Browse files
committed
release: 2.8.0
1 parent b59d21f commit 680ab5d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

INSTALLATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation
22

3-
Latest version: `2.7.4`
3+
Latest version: `2.8.0`
44

55
## Gradle
66

@@ -13,7 +13,7 @@ dependencies {
1313
implementation("net.megavex:scoreboard-library-api:2.7.4")
1414
runtimeOnly("net.megavex:scoreboard-library-implementation:2.7.4")
1515

16-
// If targeting a server version without native Adventure support, add it as well:
16+
// If targeting a server version without native Adventure support (Spigot or older than 1.16.5 Paper), add it as well:
1717
implementation("net.kyori:adventure-platform-bukkit:4.4.1")
1818
}
1919
```
@@ -37,7 +37,7 @@ like [Shadow](https://gradleup.com/shadow/).
3737
<scope>runtime</scope>
3838
</dependency>
3939

40-
<!-- If targeting a server version without native Adventure support, add it as well: -->
40+
<!-- If targeting a server version without native Adventure support (Spigot or older than 1.16.5 Paper), add it as well: -->
4141
<dependency>
4242
<groupId>net.kyori</groupId>
4343
<artifactId>adventure-platform-bukkit</artifactId>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Join the [Discord](https://discord.gg/v7nmTDTW8W) or create an issue for support
2525

2626
## Supported server versions
2727

28-
All Paper and Spigot versions from 1.7.10 to 26.1.2 are natively supported.
28+
All Paper and Spigot versions from 1.7.10 to 26.2 are natively supported.
2929

3030
## Installation
3131

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allprojects {
2-
version = "2.8.0-SNAPSHOT"
2+
version = "2.8.0"
33
group = "net.megavex"
44
description = "Powerful packet-level scoreboard library for Paper/Spigot servers"
55
}

0 commit comments

Comments
 (0)