Skip to content

Commit

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

- Update XcodeEdit
- Performance tweaks by @bclymer
- Fix for validate images by @cooler333

## 5.0.0.alpha.2

- Nib parsing fixes for Xcode 10 from @rafaelnobrepd
Expand Down
2 changes: 1 addition & 1 deletion 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.2"
spec.version = "5.0.0.alpha.3"
spec.license = "MIT"

spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"
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.2"
static let version = "5.0.0.alpha.3"
static let resourceFileName = "R.generated.swift"
}

0 comments on commit aca3429

Please sign in to comment.