Version 0.5

This commit is contained in:
Sn0wStorm
2013-09-07 19:31:02 +02:00
parent 080bcf2d76
commit a549280ee6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ colorInBrewer: false
autosave: 3 autosave: 3
# Config Version # Config Version
version: '0.4' version: '0.5'
# Rezepte für Getränke # Rezepte für Getränke
+1 -1
View File
@@ -1,5 +1,5 @@
name: Brewery name: Brewery
version: 0.4 version: 0.5
main: com.dre.brewery.P main: com.dre.brewery.P
authors: [Milan Albrecht, Frank Baumann] authors: [Milan Albrecht, Frank Baumann]
softdepend: [Vault] softdepend: [Vault]
+1 -1
View File
@@ -463,7 +463,7 @@ public class P extends JavaPlugin {
saveWorldNames(configFile, oldData.getConfigurationSection("Worlds")); saveWorldNames(configFile, oldData.getConfigurationSection("Worlds"));
configFile.set("Version", "0.4"); configFile.set("Version", "0.5");
try { try {
configFile.save(datafile); configFile.save(datafile);