Skip to content

Commit 3269722

Browse files
committed
Preparing for the 4.0.0.alpha.4 release
1 parent 040a8ab commit 3269722

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.0.0.alpha.4
2+
3+
- Changes for latest Swift 4 betas
4+
- Improved Xcodeproj errors
5+
16
## 4.0.0.alpha.3
27

38
- New color assets are now supported

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 = "4.0.0.alpha.3"
4+
spec.version = "4.0.0.alpha.4"
55
spec.license = "MIT"
66

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

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 = "0.0.0-development"
13+
static let version = "4.0.0.alpha.4"
1414
static let resourceFileName = "R.generated.swift"
1515
}

0 commit comments

Comments
 (0)