Skip to content

Commit

Permalink
Preparing for the 5.1.0.alpha.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Jul 17, 2019
1 parent b2a01a9 commit 343b9af
Show file tree
Hide file tree
Showing 4 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.1.0.alpha.3

- Support for accessibilityIdentifiers in userDefinedRuntimeAttributes

## 5.1.0.alpha.2

- Add generateUITestFile option
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: feb2d125d56abaa9101403aedbf488a7d5445eab

COCOAPODS: 1.7.3
COCOAPODS: 1.7.4
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.1.0.alpha.2"
spec.version = "5.1.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.1.0.alpha.2"
static let version = "5.1.0.alpha.3"
static let lastRunFile = "rswift-lastrun"
}

0 comments on commit 343b9af

Please sign in to comment.