Skip to content

Commit 95ec98b

Browse files
committed
Bump version to 2.1.0
1 parent 0568eb7 commit 95ec98b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.1.0
4+
5+
New features:
6+
- Add support for "imagestack" assets, parallax images used on AppleTV (@chillpop)
7+
38
## 2.0.0
49

510
Fixed issue:

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.0.0"
4+
spec.version = "2.1.0"
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)