Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit 5187ccd

Browse files
committed
Create version 2.0
1 parent cd042ce commit 5187ccd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.ungefroren</groupId>
88
<artifactId>RPGMenu</artifactId>
9-
<version>2.0 -dev</version>
9+
<version>2.0</version>
1010

1111
<repositories>
1212
<repository>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RPGMenu plugin.yml - See https://bukkit.gamepedia.com/Plugin_YAML/de for more information
22
name: RPGMenu
3-
version: 2.0 -dev
3+
version: 2.0
44
description: 'A addon for BetonQuest which allows you to simply create your own guis by using events and items from BetonQuest.'
55
author: ungefroren
66
website: https://github.com/joblo2213/RPGMenu

src/main/resources/rpgmenu.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
config-version: 1
1+
config-version: 2
22
debug: false
33
ingame_update_notifications: true
44
default_close: true

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0
1+
2.0

0 commit comments

Comments
 (0)