diff --git a/Configs/Defaults.plist b/Configs/Defaults.plist index 734cae1..ec4572e 100644 --- a/Configs/Defaults.plist +++ b/Configs/Defaults.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.0 + 2.0.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Defaults.podspec b/Defaults.podspec index d78ed22..c2a0249 100644 --- a/Defaults.podspec +++ b/Defaults.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Defaults' - s.version = '1.0.0' + s.version = '2.0.0' s.summary = 'Swifty and modern UserDefaults' s.license = 'MIT' s.homepage = 'https://github.com/sindresorhus/Defaults' diff --git a/Defaults.xcodeproj/project.pbxproj b/Defaults.xcodeproj/project.pbxproj index 648ce1a..3797718 100644 --- a/Defaults.xcodeproj/project.pbxproj +++ b/Defaults.xcodeproj/project.pbxproj @@ -397,6 +397,7 @@ developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( + en, Base, ); mainGroup = 52D6D9721BEFF229002C0205; diff --git a/readme.md b/readme.md index 30e00c8..fee007d 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: "1.0.0") +.package(url: "https://github.com/sindresorhus/Defaults", from: "2.0.0") ``` #### Carthage