0.2.0
This commit is contained in:
parent
7868e47910
commit
f9a74ca64a
|
@ -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>
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue