diff --git a/Configs/Defaults.plist b/Configs/Defaults.plist index 2534441..a40f98b 100644 --- a/Configs/Defaults.plist +++ b/Configs/Defaults.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.1 + 2.0.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Defaults.podspec b/Defaults.podspec index 8f23063..4c7f3d2 100644 --- a/Defaults.podspec +++ b/Defaults.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Defaults' - s.version = '2.0.1' + s.version = '2.0.2' 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 1722ef1..b7a4e9b 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.1") +.package(url: "https://github.com/sindresorhus/Defaults", from: "2.0.2") ``` #### Carthage