Skip to content

Commit ccd961d

Browse files
committed
release: 2.7.3
1 parent a136968 commit ccd961d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

INSTALLATION.md

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

3-
Latest version: `2.7.2`
3+
Latest version: `2.7.3`
44

55
## Gradle
66

@@ -10,8 +10,8 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation("net.megavex:scoreboard-library-api:2.7.2")
14-
runtimeOnly("net.megavex:scoreboard-library-implementation:2.7.2")
13+
implementation("net.megavex:scoreboard-library-api:2.7.3")
14+
runtimeOnly("net.megavex:scoreboard-library-implementation:2.7.3")
1515

1616
// If targeting a server version without native Adventure support, add it as well:
1717
implementation("net.kyori:adventure-platform-bukkit:4.4.1")
@@ -28,12 +28,12 @@ like [Shadow](https://gradleup.com/shadow/).
2828
<dependency>
2929
<groupId>net.megavex</groupId>
3030
<artifactId>scoreboard-library-api</artifactId>
31-
<version>2.7.2</version>
31+
<version>2.7.3</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>net.megavex</groupId>
3535
<artifactId>scoreboard-library-implementation</artifactId>
36-
<version>2.7.2</version>
36+
<version>2.7.3</version>
3737
<scope>runtime</scope>
3838
</dependency>
3939

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.7.2"
2+
version = "2.7.3"
33
group = "net.megavex"
44
description = "Powerful packet-level scoreboard library for Paper/Spigot servers"
55
}

0 commit comments

Comments
 (0)