Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilvagomez committed May 11, 2018
1 parent bf55d26 commit 282cf90
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
`Localize` adheres to [Semantic Versioning](http://semver.org/).

## [2.0.2](https://github.com/andresilvagomez/Localize/releases/tag/2.0.2)
Released on 2018-05-10.

#### Added
- Improve strings with extended languajes like to es-mx for defaults localizations.
- By [Benjamin Erhart](https://github.com/tladesignz) in Pull Request
[#24](https://github.com/andresilvagomez/Localize/pull/25).

## [2.0.1](https://github.com/andresilvagomez/Localize/releases/tag/2.0.1)
Released on 2018-04-15.

Expand Down
4 changes: 2 additions & 2 deletions Localize.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "Localize"
s.version = "2.0.1"
s.version = "2.0.2"
s.license = 'MIT'
s.summary = "Localize is a framework writed in swift to localize your projects easier improves i18n, including storyboards and strings."
s.homepage = "https://github.com/andresilvagomez/Localize"
s.author = { "Andres Silva" => "andresilvagomez@gmail.com" }
s.source = { :git => "https://github.com/andresilvagomez/Localize.git", :tag => "2.0.1" }
s.source = { :git => "https://github.com/andresilvagomez/Localize.git", :tag => "2.0.2" }

s.ios.deployment_target = '9.0'
s.source_files = "Source/*.swift"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
pod 'Localize' , '~> 2.0.1'
pod 'Localize' , '~> 2.0.2'
end
```

Expand Down

0 comments on commit 282cf90

Please sign in to comment.