diff --git a/Data/.DS_Store b/Data/.DS_Store index 4aaabb27b..4dd5b8e67 100644 Binary files a/Data/.DS_Store and b/Data/.DS_Store differ diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index a1e2d8e43..7ebccf695 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -5,8 +5,8 @@ #==============================================================================# module Settings # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. - GAME_VERSION_NUMBER = "6.8.0" - LATEST_GAME_RELEASE = "6.6" + GAME_VERSION_NUMBER = "6.8.1" + LATEST_GAME_RELEASE = "6.8" HOENN_VERSION_NUMBER = "1.1.0" HOENN_LATEST_GAME_RELEASE = "1.1.0"