From 55ffea9487fb9b559406d909ee31dcd955fe77aa Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 30 Oct 2019 19:48:27 +0700 Subject: [PATCH] 3.1.1 --- Defaults.podspec | 2 +- Defaults.xcodeproj/project.pbxproj | 8 ++++---- readme.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Defaults.podspec b/Defaults.podspec index 763a378..336f980 100644 --- a/Defaults.podspec +++ b/Defaults.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Defaults' - s.version = '3.1.0' + s.version = '3.1.1' 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 e0da315..3433246 100644 --- a/Defaults.xcodeproj/project.pbxproj +++ b/Defaults.xcodeproj/project.pbxproj @@ -899,7 +899,7 @@ APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -913,7 +913,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 3.1.0; + MARKETING_VERSION = 3.1.1; PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-macOS"; PRODUCT_NAME = Defaults; SDKROOT = macosx; @@ -927,7 +927,7 @@ APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = "-"; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -941,7 +941,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 3.1.0; + MARKETING_VERSION = 3.1.1; PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-macOS"; PRODUCT_NAME = Defaults; SDKROOT = macosx; diff --git a/readme.md b/readme.md index d550cf8..3e948ad 100644 --- a/readme.md +++ b/readme.md @@ -28,7 +28,7 @@ This package is used in production by apps like [Gifski](https://github.com/sind #### SwiftPM ```swift -.package(url: "https://github.com/sindresorhus/Defaults", from: "3.1.0") +.package(url: "https://github.com/sindresorhus/Defaults", from: "3.1.1") ``` #### Carthage