Skip to content

Commit 1d98bf1

Browse files
committed
updated versions
1 parent bf277fd commit 1d98bf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "reactive-swift/ExecutionContext" "master"
1+
github "reactive-swift/ExecutionContext" ~> 0.5

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ import PackageDescription
1919
let package = Package(
2020
name: "Event",
2121
dependencies: [
22-
.Package(url: "https://github.com/reactive-swift/ExecutionContext.git", majorVersion: 0, minor: 4)
22+
.Package(url: "https://github.com/reactive-swift/ExecutionContext.git", majorVersion: 0, minor: 5)
2323
]
2424
)

Sources/Event/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1</string>
18+
<string>0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)