From a20339377d2fce38f12701063b2c27da5e36dc63 Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Fri, 14 Dec 2018 15:52:06 +0100 Subject: [PATCH] Preparing for the 5.0.0.rc.2 release --- Changelog.md | 4 ++++ R.swift.podspec | 2 +- Sources/rswift/Rswift.swift | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8d3a32e8..1ca96d5d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 5.0.0.rc.2 + +- Improve R.swift 5 migration errors + ## 5.0.0.rc.1 - Xcode 10 compatibility fixes diff --git a/R.swift.podspec b/R.swift.podspec index 751f07f4..21087482 100644 --- a/R.swift.podspec +++ b/R.swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "R.swift" - spec.version = "5.0.0.rc.1" + spec.version = "5.0.0.rc.2" spec.license = "MIT" spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects" diff --git a/Sources/rswift/Rswift.swift b/Sources/rswift/Rswift.swift index 50d25c4f..d647c0ff 100644 --- a/Sources/rswift/Rswift.swift +++ b/Sources/rswift/Rswift.swift @@ -10,6 +10,6 @@ import Foundation struct Rswift { - static let version = "5.0.0.rc.1" + static let version = "5.0.0.rc.2" static let lastRunFile = "rswift-lastrun" }