Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Increase version number to 7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Oct 6, 2021
1 parent 205bc49 commit fdad66d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion advanced-achievements-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hm.achievement</groupId>
<artifactId>advanced-achievements</artifactId>
<version>7.2.3</version>
<version>7.2.4</version>
</parent>
<artifactId>advanced-achievements-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion advanced-achievements-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hm.achievement</groupId>
<artifactId>advanced-achievements</artifactId>
<version>7.2.3</version>
<version>7.2.4</version>
</parent>
<artifactId>advanced-achievements-plugin</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# #
#======================================================================================================================#

# 请使用空格,禁止使用Tab缩进,请不要忘记缩进 (每级缩进使用两个空格)。 汉化by Fur_xia 版本:7.2.3
# 请使用空格,禁止使用Tab缩进,请不要忘记缩进 (每级缩进使用两个空格)。 汉化by Fur_xia 版本:7.2.4
# 可以使用此网站检查格式是否错误: https://yaml-online-parser.appspot.com
# 初始设置(英文): https://github.com/PyvesB/advanced-achievements/blob/master/advanced-achievements-plugin/src/main/resources/config.yml
# 如果您希望帮助这个插件做的更好,请前往GitHub来帮助我们把: https://github.com/PyvesB/advanced-achievements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# /_/ \_\__,_| \_/ \__,_|_| |_|\___\___|\__,_| /_/ \_\___|_| |_|_|\___| \_/ \___|_| |_| |_|\___|_| |_|\__|___/ #
# #
# Portuguese translation by bolodecenora,Yamamot00 #
# Versao valida para uso em 7.2.3 #
# Versao valida para uso em 7.2.4 #
#======================================================================================================================#

# Various user messages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# /_/ \_\__,_| \_/ \__,_|_| |_|\___\___|\__,_| /_/ \_\___|_| |_|_|\___| \_/ \___|_| |_| |_|\___|_| |_|\__|___/ #
# #
# Dansk oversættelse af tobi224 #
# Gyldig version fra 7.2.3 #
# Gyldig version fra 7.2.4 #
#======================================================================================================================#

no-permissions: "Du har ikke tilladelse til at gøre dette."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# /_/ \_\__,_| \_/ \__,_|_| |_|\___\___|\__,_| /_/ \_\___|_| |_|_|\___| \_/ \___|_| |_| |_|\___|_| |_|\__|___/ #
# #
# Spanish translation by Kissadere #
# Versión valida para la 7.2.3 #
# Versión valida para la 7.2.4 #
#======================================================================================================================#

# Mensajes misceláneos para el usuario
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# /_/ \_\__,_| \_/ \__,_|_| |_|\___\___|\__,_| /_/ \_\___|_| |_|_|\___| \_/ \___|_| |_| |_|\___|_| |_|\__|___/ #
# #
# French translation by DarkPyves, Taehyuun and Nogapra (play.jaime-la-survie.fr) #
# À jour avec la version 7.2.3 #
# À jour avec la version 7.2.4 #
#======================================================================================================================#

# Various user messages.
Expand Down
2 changes: 1 addition & 1 deletion advanced-achievements-plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: AdvancedAchievements
main: com.hm.achievement.AdvancedAchievements
version: 7.2.3
version: 7.2.4
author: DarkPyves
softdepend: [Vault,PetMaster,Essentials,PlaceholderAPI,Jobs]
description: Advanced Achievements enables unique and challenging achievements. Try to collect as many as you can, earn rewards, climb the rankings and receive RP books!
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hm.achievement</groupId>
<artifactId>advanced-achievements</artifactId>
<version>7.2.3</version>
<version>7.2.4</version>
<url>https://github.com/PyvesB/advanced-achievements</url>
<name>AdvancedAchievements</name>
<description>A Minecraft plugin that brings unique and challenging achievements on your server! Books, GUI, rankings, rewards, effects and more!</description>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.hm.achievement</groupId>
<artifactId>advanced-achievements-api</artifactId>
<version>7.2.3</version>
<version>7.2.4</version>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
Expand Down

0 comments on commit fdad66d

Please sign in to comment.