Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dileping committed Feb 27, 2017
1 parent bf277fd commit 1d98bf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "reactive-swift/ExecutionContext" "master"
github "reactive-swift/ExecutionContext" ~> 0.5
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ import PackageDescription
let package = Package(
name: "Event",
dependencies: [
.Package(url: "https://github.com/reactive-swift/ExecutionContext.git", majorVersion: 0, minor: 4)
.Package(url: "https://github.com/reactive-swift/ExecutionContext.git", majorVersion: 0, minor: 5)
]
)
2 changes: 1 addition & 1 deletion Sources/Event/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 1d98bf1

Please sign in to comment.