Skip to content

Commit a4bf31e

Browse files
committed
Preparing for the 5.0.0.rc.1 release
1 parent a22a56e commit a4bf31e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.0.rc.1
2+
3+
- Xcode 10 compatibility fixes
4+
15
## 5.0.0.alpha.3
26

37
- Update XcodeEdit

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 = "5.0.0.alpha.3"
4+
spec.version = "5.0.0.rc.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", "~> 5.0.0.alpha.2"
29+
spec.dependency "R.swift.Library", "~> 5.0.0"
3030

3131
spec.preserve_paths = "rswift"
3232

Sources/rswift/Rswift.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
import Foundation
1111

1212
struct Rswift {
13-
static let version = "5.0.0.alpha.3"
13+
static let version = "5.0.0.rc.1"
1414
static let lastRunFile = "rswift-lastrun"
1515
}

0 commit comments

Comments
 (0)