Skip to content

Commit

Permalink
Preparing for the 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed May 6, 2016
1 parent fd87d8b commit 36fae6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ fastlane/test_output
fastlane/README.md
fastlane/report.xml
fastlane/settoken.sh
rswift.xcarchive
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.2.1

Fixed issues:

- Fix for using CR + LF in localized strings (by @tomlokhorst)

## 2.2.0 (beta 1)

New features:
Expand Down
2 changes: 1 addition & 1 deletion R.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "R.swift"
spec.version = "2.2.0"
spec.version = "2.2.1"
spec.license = "MIT"

spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"
Expand Down

0 comments on commit 36fae6d

Please sign in to comment.