Skip to content

Commit 4975503

Browse files
committed
bump up version to 2.2
1 parent 0b4af51 commit 4975503

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Minestom/src/main/resources/extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"entrypoint": "exposed.hydrogen.nightclub.NightclubMinestom",
33
"name": "Nightclub",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55

66
"repositories": [
77
{"id": "mavencentral", "url": "https://repo.maven.apache.org/maven2/"}

Spigot/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Nightclub2.0
2-
version: '${project.version}'
2+
version: ${revision}
33
main: exposed.hydrogen.nightclub.NightclubSpigot
44
api-version: 1.18
55
authors: [ hydrogen ]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<maven.compiler.source>17</maven.compiler.source>
2121
<maven.compiler.target>17</maven.compiler.target>
2222
<java.version>17</java.version>
23-
<revision>2.1</revision>
23+
<revision>2.2</revision>
2424
</properties>
2525

2626
<dependencies>

0 commit comments

Comments
 (0)