diff --git a/CHANGELOG.md b/CHANGELOG.md index 6755752..c995c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log +## [2.0.5](https://github.com/Decybel07/L10n-swift/tree/2.0.5) (2017-05-23) +* Bugfixing - display integer as long + ## [2.0.4](https://github.com/Decybel07/L10n-swift/tree/2.0.4) (2017-05-23) * Support for display integer with leading zeros diff --git a/L10n-swift.podspec b/L10n-swift.podspec index 34fb5af..6a53b87 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.4' + s.version = '2.0.5' s.summary = 'Localization of an application with ability to change language "on the fly" and support for plural forms in any language.' s.description = <<-DESC