Skip to content

Commit

Permalink
Preparing for the 5.0.0.alpha.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Sep 3, 2018
1 parent 93eb08e commit 2ba7dc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.0.alpha.2

- Nib parsing fixes for Xcode 10 from @rafaelnobrepd

## 5.0.0.alpha.1

- Removed CLR file support, use color resources instead
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 = "5.0.0.alpha.1"
spec.version = "5.0.0.alpha.2"
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", "~> 5.0.0.alpha.1"
spec.dependency "R.swift.Library", "~> 5.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 = "5.0.0.alpha.1"
static let version = "5.0.0.alpha.2"
static let resourceFileName = "R.generated.swift"
}

0 comments on commit 2ba7dc0

Please sign in to comment.