This commit is contained in:
Sindre Sorhus 2018-10-17 17:34:30 +07:00
parent 257ce0df90
commit b2cfb1e59e
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -22,10 +22,10 @@
## Install ## Install
#### SPM #### SwiftPM
```swift ```swift
.package(url: "https://github.com/sindresorhus/Defaults", from: "0.2.0") .package(url: "https://github.com/sindresorhus/Defaults", from: "1.0.0")
``` ```
#### Carthage #### Carthage