Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vytskalt committed Mar 6, 2024
1 parent e2c4b67 commit f2bb69b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation

Latest version: `2.0.2`
Latest version: `2.1.0`

## Gradle

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Join the [Discord](https://discord.gg/v7nmTDTW8W) or create an issue for support
- Teams. Supports showing different properties (display name, prefix, entries etc.) of the same team to different
players
- Objectives.
- Full support for new 1.20.4 features (score display names, custom score formats)
- Doesn't require extra dependencies (assuming you're targeting modern versions of Paper)
- Packet-level, meaning it works with other scoreboard plugins
- Supports [Folia](https://github.com/PaperMC/Folia)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

allprojects {
version = "2.0.2"
version = "2.1.0"
group = "net.megavex"
description = "Powerful packet-level sidebar/teams library for Paper/Spigot servers"
description = "Powerful packet-level scoreboard library for Paper/Spigot servers"

repositories {
mavenCentral()
Expand Down

0 comments on commit f2bb69b

Please sign in to comment.