This commit is contained in:
Sindre Sorhus 2018-04-16 17:04:18 +07:00
parent 7868e47910
commit f9a74ca64a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -24,7 +24,7 @@
With [SPM](https://swift.org/package-manager/):
```swift
.package(url: "https://github.com/sindresorhus/Defaults", from: "0.1.0")
.package(url: "https://github.com/sindresorhus/Defaults", from: "0.2.0")
```
With [Carthage](https://github.com/Carthage/Carthage):