Skip to content

Commit

Permalink
Preparing for the 4.0.0.alpha.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Jun 19, 2017
1 parent d09151f commit d8d82c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.0.0.alpha.3

- New color assets are now supported
- Better capitalization is now enabled by default
- Use new XcodeEdit version that warns when your projectfile is corrupt
- Xcode 9/Swift 4/SPM fixes

## 4.0.0.alpha.2

- Fix incorrectly merged color PR
Expand Down
4 changes: 2 additions & 2 deletions R.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "R.swift"
spec.version = "4.0.0.alpha.2"
spec.version = "4.0.0.alpha.3"
spec.license = "MIT"

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

spec.dependency "R.swift.Library", "~> 4.0.0.alpha.1"
spec.dependency "R.swift.Library", "~> 4.0.0.alpha.2"

spec.preserve_paths = "rswift"

Expand Down
2 changes: 1 addition & 1 deletion Sources/rswift/Rswift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
import Foundation

struct Rswift {
static let version = "4.0.0.alpha.2"
static let version = "4.0.0.alpha.3"
static let resourceFileName = "R.generated.swift"
}

0 comments on commit d8d82c4

Please sign in to comment.