diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d2fb6..4abe979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Change Log -## [2.0.0](https://github.com/Decybel07/L10n-swift/tree/1.5.0) (2017-05-11) +## [2.0.1](https://github.com/Decybel07/L10n-swift/tree/2.0.1) (2017-05-11) +* Change iOS deployment target to 9.0 + +## [2.0.0](https://github.com/Decybel07/L10n-swift/tree/2.0.0) (2017-05-11) * Change the language of your apps "on the fly". * Support for stantard localization key (Localizable.strings) * Support for grouping localization keys (Localizable.plist and Localizable.stringsdict) diff --git a/L10n-swift.podspec b/L10n-swift.podspec index f41db65..3836ba4 100644 --- a/L10n-swift.podspec +++ b/L10n-swift.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'L10n-swift' s.module_name = 'L10n' - s.version = '2.0.0' + s.version = '2.0.1' s.summary = 'Localization of the application with ability to change language "on the fly" and support for plural form in any language.' s.description = <<-DESC