diff --git a/Configs/Defaults.plist b/Configs/Defaults.plist index ec4572e..2534441 100644 --- a/Configs/Defaults.plist +++ b/Configs/Defaults.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Defaults.podspec b/Defaults.podspec index c8b1140..1460024 100644 --- a/Defaults.podspec +++ b/Defaults.podspec @@ -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' diff --git a/readme.md b/readme.md index 114754c..1722ef1 100644 --- a/readme.md +++ b/readme.md @@ -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