Skip to content

Commit 36fae6d

Browse files
committed
Preparing for the 2.2.1 release
1 parent fd87d8b commit 36fae6d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ fastlane/test_output
1010
fastlane/README.md
1111
fastlane/report.xml
1212
fastlane/settoken.sh
13+
rswift.xcarchive

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.2.1
2+
3+
Fixed issues:
4+
5+
- Fix for using CR + LF in localized strings (by @tomlokhorst)
6+
17
## 2.2.0 (beta 1)
28

39
New features:

R.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "R.swift"
4-
spec.version = "2.2.0"
4+
spec.version = "2.2.1"
55
spec.license = "MIT"
66

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

0 commit comments

Comments
 (0)