Skip to content

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wStorm committed Sep 7, 2013
1 parent 080bcf2 commit a549280
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ colorInBrewer: false
autosave: 3

# Config Version
version: '0.4'
version: '0.5'


# Rezepte für Getränke
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Brewery
version: 0.4
version: 0.5
main: com.dre.brewery.P
authors: [Milan Albrecht, Frank Baumann]
softdepend: [Vault]
Expand Down
2 changes: 1 addition & 1 deletion src/com/dre/brewery/P.java
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public void saveData() {

saveWorldNames(configFile, oldData.getConfigurationSection("Worlds"));

configFile.set("Version", "0.4");
configFile.set("Version", "0.5");

try {
configFile.save(datafile);
Expand Down

0 comments on commit a549280

Please sign in to comment.