Skip to content

Commit

Permalink
Merge pull request #27 from AzisabaNetwork/chore/bump-version
Browse files Browse the repository at this point in the history
🔖 bump version to 2.0.1
  • Loading branch information
siloneco authored Dec 17, 2022
2 parents 7487a37 + 394c883 commit 20cda9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.azisaba</groupId>
<artifactId>Kuvel</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/azisaba/kuvel/Kuvel.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@Plugin(
id = "kuvel",
name = "Kuvel",
version = "2.0.0",
version = "2.0.1",
url = "https://github.com/AzisabaNetwork/Kuvel",
description =
"Server-discovery Velocity plugin for Minecraft servers running in a Kubernetes cluster.",
Expand Down

0 comments on commit 20cda9b

Please sign in to comment.