Skip to content

Commit 343b9af

Browse files
committed
Preparing for the 5.1.0.alpha.3 release
1 parent b2a01a9 commit 343b9af

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.1.0.alpha.3
2+
3+
- Support for accessibilityIdentifiers in userDefinedRuntimeAttributes
4+
15
## 5.1.0.alpha.2
26

37
- Add generateUITestFile option

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ SPEC CHECKSUMS:
2525

2626
PODFILE CHECKSUM: feb2d125d56abaa9101403aedbf488a7d5445eab
2727

28-
COCOAPODS: 1.7.3
28+
COCOAPODS: 1.7.4

R.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "R.swift"
4-
spec.version = "5.1.0.alpha.2"
4+
spec.version = "5.1.0.alpha.3"
55
spec.license = "MIT"
66

77
spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"

Sources/rswift/Rswift.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
import Foundation
1111

1212
struct Rswift {
13-
static let version = "5.1.0.alpha.2"
13+
static let version = "5.1.0.alpha.3"
1414
static let lastRunFile = "rswift-lastrun"
1515
}

0 commit comments

Comments
 (0)