Skip to content

Commit

Permalink
Preparing for the 5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Jan 9, 2019
1 parent b52b5a2 commit be3051a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.1

- Fixes for relative paths

## 5.0.0

- Compatible with Xcode 10 / iOS 12 SDK, this release is not compatible with older versions use R.swift 4 if you still need that compatibility
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"
spec.version = "5.0.1"
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"
static let version = "5.0.1"
static let lastRunFile = "rswift-lastrun"
}

0 comments on commit be3051a

Please sign in to comment.