⬆️ Commandant (0.13.0)

This commit is contained in:
Ben Chatelain 2018-02-07 21:18:39 -07:00
parent 9179ae5eae
commit 112f670bc8
3 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,4 @@
# Commandant 0.12.0 doesn't have Swift 4 fixes yet github "carthage/Commandant", "0.13.0", files: "Sources/Commandant/*.swift"
github "carthage/Commandant", "master", files: "Sources/Commandant/*.swift"
github "antitypical/Result", "3.2.4", files: "Result/*.swift" github "antitypical/Result", "3.2.4", files: "Result/*.swift"
target :"mas-tests" do target :"mas-tests" do

View file

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.12.0</string> <string>0.13.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>

View file

@ -1,6 +1,6 @@
--- ---
SEEDS: SEEDS:
- Commandant (master) - Commandant (0.13.0)
- Result (3.2.4) - Result (3.2.4)
- Nimble (v7.0.3) - Nimble (v7.0.3)
- Quick (v1.2.0) - Quick (v1.2.0)