Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
Fixes #75.
  • Loading branch information
ikesyo committed Sep 22, 2016
1 parent 6b5b451 commit 4e056dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
#else
return [
.Package(url: "https://github.com/antitypical/Result.git", majorVersion: 3, minor: 0),
.Package(url: "https://github.com/ikesyo/Nimble", "5.0.0-alpha.30"),
.Package(url: "https://github.com/Quick/Nimble", majorVersion: 5, minor: 0),
.Package(url: "https://github.com/norio-nomura/Quick", "0.10.0-alpha.30.gm.candidate"),
]
#endif
Expand Down
2 changes: 1 addition & 1 deletion Sources/Commandant/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.11</string>
<string>0.11.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/CommandantTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.11</string>
<string>0.11.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 4e056dd

Please # to comment.