diff --git a/Package.swift b/Package.swift index f15ff8e..fe1306a 100644 --- a/Package.swift +++ b/Package.swift @@ -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 diff --git a/Sources/Commandant/Info.plist b/Sources/Commandant/Info.plist index bdbce4e..43f91b3 100644 --- a/Sources/Commandant/Info.plist +++ b/Sources/Commandant/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.11 + 0.11.1 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/CommandantTests/Info.plist b/Tests/CommandantTests/Info.plist index ad10cd2..12dfb7a 100644 --- a/Tests/CommandantTests/Info.plist +++ b/Tests/CommandantTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.11 + 0.11.1 CFBundleSignature ???? CFBundleVersion