Skip to content

Commit ead987a

Browse files
committed
Bump versionnumber to 1.0.1
Also unlink library version, accept all ~>1.0.0 releases for R.swift. So we don't need to release them together all the time.
1 parent 9e231d7 commit ead987a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R.swift.podspec

Lines changed: 2 additions & 2 deletions
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 = "1.0.0"
4+
spec.version = "1.0.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", "~> #{spec.version}"
29+
spec.dependency "R.swift.Library", "~> 1.0.0"
3030

3131
spec.preserve_paths = "rswift"
3232

0 commit comments

Comments
 (0)