diff --git a/CHANGELOG.md b/CHANGELOG.md index f11bb3e..c5f5fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log +## [2.0.3](https://github.com/Decybel07/L10n-swift/tree/2.0.3) (2017-05-20) +* Create example for mac + ## [2.0.2](https://github.com/Decybel07/L10n-swift/tree/2.0.2) (2017-05-14) * Create example for TV * Create example for watch diff --git a/L10n-swift.podspec b/L10n-swift.podspec index 4f9dd19..41557aa 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.2' + s.version = '2.0.3' 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