diff --git a/Configs/Defaults.plist b/Configs/Defaults.plist
index 367e9b0..734cae1 100644
--- a/Configs/Defaults.plist
+++ b/Configs/Defaults.plist
@@ -13,7 +13,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.2.2
+ 1.0.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright
diff --git a/Defaults.podspec b/Defaults.podspec
index d062a6d..95ffd5e 100644
--- a/Defaults.podspec
+++ b/Defaults.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Defaults'
- s.version = '0.2.2'
+ s.version = '1.0.0'
s.summary = 'Swifty and modern UserDefaults'
s.license = 'MIT'
s.homepage = 'https://github.com/sindresorhus/Defaults'
diff --git a/readme.md b/readme.md
index 89a997b..a3fe54a 100644
--- a/readme.md
+++ b/readme.md
@@ -22,10 +22,10 @@
## Install
-#### SPM
+#### SwiftPM
```swift
-.package(url: "https://github.com/sindresorhus/Defaults", from: "0.2.0")
+.package(url: "https://github.com/sindresorhus/Defaults", from: "1.0.0")
```
#### Carthage