diff --git a/Preferences.podspec b/Preferences.podspec
index b07fffa..38f9479 100644
--- a/Preferences.podspec
+++ b/Preferences.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Preferences'
- s.version = '0.2.1'
+ s.version = '0.3.0'
s.summary = 'Add a preferences window to your macOS app in minutes'
s.license = 'MIT'
s.homepage = 'https://github.com/sindresorhus/Preferences'
diff --git a/Preferences.xcodeproj/Preferences_Info.plist b/Preferences.xcodeproj/Preferences_Info.plist
index b952144..f42ccf5 100644
--- a/Preferences.xcodeproj/Preferences_Info.plist
+++ b/Preferences.xcodeproj/Preferences_Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.2.1
+ 0.3.0
CFBundleSignature
????
CFBundleVersion
diff --git a/readme.md b/readme.md
index 0d5ce31..8ec80a4 100644
--- a/readme.md
+++ b/readme.md
@@ -19,7 +19,7 @@ Just pass in some view controllers and this package will take care of the rest.
#### SwiftPM
```swift
-.package(url: "https://github.com/sindresorhus/Preferences", from: "0.2.1")
+.package(url: "https://github.com/sindresorhus/Preferences", from: "0.3.0")
```
#### Carthage