Skip to content

Commit ecffb7e

Browse files
committed
Prepare for 2.1 beta release
1 parent 27e8d59 commit ecffb7e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.2.0 (beta 1)
4+
5+
New features:
6+
- Localized string support (by @renrawnalon and @tomlokhorst)
7+
8+
Fixed issues:
9+
- Updated reserved keywords (by @tomlokhorst)
10+
311
## 2.1.0
412

513
New features:

R.swift.podspec

+2-2
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.1.0"
4+
spec.version = "2.2.0.beta.1"
55
spec.license = "MIT"
66

77
spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"
@@ -26,7 +26,7 @@ Pod::Spec.new do |spec|
2626
spec.ios.deployment_target = '8.0'
2727
spec.tvos.deployment_target = '9.0'
2828

29-
spec.dependency "R.swift.Library", "~> 2.0.0"
29+
spec.dependency "R.swift.Library", "~> 2.1.0"
3030

3131
spec.preserve_paths = "rswift"
3232

0 commit comments

Comments
 (0)