From 028d2475185a1c3c27dd403cb5d18ef25a0d2b9c Mon Sep 17 00:00:00 2001 From: Zandor Smith Date: Sun, 17 Sep 2023 20:28:52 +0200 Subject: [PATCH] Version bump. (v5.1.0) --- DeviceKit.podspec | 2 +- DeviceKit.xcodeproj/project.pbxproj | 4 ++-- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DeviceKit.podspec b/DeviceKit.podspec index b8abd9f..5adeeb8 100644 --- a/DeviceKit.podspec +++ b/DeviceKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DeviceKit' - s.version = '5.0.0' + s.version = '5.1.0' s.summary = 'DeviceKit is a ยต-framework that provides a value-type replacement of UIDevice.' s.description = <<-DESC diff --git a/DeviceKit.xcodeproj/project.pbxproj b/DeviceKit.xcodeproj/project.pbxproj index a9e5bd1..663db8f 100644 --- a/DeviceKit.xcodeproj/project.pbxproj +++ b/DeviceKit.xcodeproj/project.pbxproj @@ -382,7 +382,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 5.0.0; + MARKETING_VERSION = 5.1.0; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -439,7 +439,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 5.0.0; + MARKETING_VERSION = 5.1.0; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/README.md b/README.md index 7680d9f..caf050c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ `DeviceKit` is a value-type replacement of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/). -## Current version 5.0.0 +## Current version 5.1.0 See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes. ## Features @@ -52,7 +52,7 @@ DeviceKit can be installed in various ways. #### Swift 5 ```ruby -pod 'DeviceKit', '~> 4.0' +pod 'DeviceKit', '~> 5.1' ``` #### iOS 8.0 support ```ruby