From 5470f0720590c8cc435356ab1d83271c9e27ab09 Mon Sep 17 00:00:00 2001 From: Adrian Bobrowski Date: Thu, 11 May 2017 19:50:35 +0200 Subject: [PATCH] change iOS deployment target --- CHANGELOG.md | 5 ++++- L10n-swift.podspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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