diff --git a/config/version.txt b/config/version.txt index 3eefcb9..9084fa2 100644 --- a/config/version.txt +++ b/config/version.txt @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/locales/en-US/chrome/ambassador.properties b/locales/en-US/chrome/ambassador.properties index 1d395ff..acb25df 100644 --- a/locales/en-US/chrome/ambassador.properties +++ b/locales/en-US/chrome/ambassador.properties @@ -34,7 +34,7 @@ # ### End of notes ### -locale.version = 1.0.0 +locale.version = 1.1.0 locale.error = You are using Ambassador %1$S, which requires the locale version %2$S. The currently selected locale, %3$S, is version %4$S, and therefore there may be problems running Ambassador.\n\nIt is strongly advised that you update or remove the Ambassador locale in question. locale.authors = XXX REPLACE THIS VALUE WITH A SEMICOLON-SEPARATED LIST OF NAMES FOR YOUR LOCALIZATION TEAM XXX diff --git a/xul/content/static.js b/xul/content/static.js index 1f2dd9a..d347f59 100644 --- a/xul/content/static.js +++ b/xul/content/static.js @@ -6,7 +6,7 @@ #expand const __cz_guid = "__MOZ_APP_ID__"; const __cz_condition = "green"; const __cz_suffix = ""; -const __cz_locale = "1.0.0"; +const __cz_locale = "1.1.0"; var warn; var ASSERT;