Skip to content

Commit

Permalink
fix: hotfix - bump language file version
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Jun 29, 2022
1 parent aa862f1 commit 6f1fac3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.oddlama.vane.annotation.VaneModule;
import org.oddlama.vane.core.module.Module;

@VaneModule(name = "enchantments", bstats = 8640, config_version = 1, lang_version = 3, storage_version = 1)
@VaneModule(name = "enchantments", bstats = 8640, config_version = 1, lang_version = 4, storage_version = 1)
public class Enchantments extends Module<Enchantments> {
public Enchantments() {
new org.oddlama.vane.enchantments.items.Tomes(this);
Expand Down
2 changes: 1 addition & 1 deletion vane-enchantments/src/main/resources/lang-de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 3
version: 4
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
Expand Down
2 changes: 1 addition & 1 deletion vane-enchantments/src/main/resources/lang-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 3
version: 4
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
Expand Down
2 changes: 1 addition & 1 deletion vane-enchantments/src/main/resources/lang-fr-fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 3
version: 4
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
Expand Down
2 changes: 1 addition & 1 deletion vane-enchantments/src/main/resources/lang-ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# DO NOT CHANGE! The version of this language file. Used to determine
# if the file needs to be updated.
version: 3
version: 4
# The corresponding language code used in resource packs. Used for
# resource pack generation. Typically this is a combination of the
# language code (ISO 639) and the country code (ISO 3166).
Expand Down

0 comments on commit 6f1fac3

Please sign in to comment.