This commit is contained in:
Sindre Sorhus 2019-07-08 14:09:19 +07:00
parent 66f81ce2af
commit 90af2100b2
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Defaults'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'Swifty and modern UserDefaults'
s.license = 'MIT'
s.homepage = 'https://github.com/sindresorhus/Defaults'

View File

@ -27,7 +27,7 @@ This package is used in production by the [Lungo](https://sindresorhus.com/lungo
#### SwiftPM
```swift
.package(url: "https://github.com/sindresorhus/Defaults", from: "2.0.0")
.package(url: "https://github.com/sindresorhus/Defaults", from: "2.0.1")
```
#### Carthage