From 5757447e9f92c476ee2ca41ead7eb6db07936430 Mon Sep 17 00:00:00 2001 From: Zandor Smith Date: Thu, 30 May 2024 23:13:59 +0200 Subject: [PATCH] Version bump. (v5.4.0) --- CHANGELOG.md | 17 +++++++++++++++++ DeviceKit.podspec | 2 +- DeviceKit.xcodeproj/project.pbxproj | 4 ++-- README.md | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c47c1..3f76e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Version 5.4.0 + +Releasedate: 2024-05-30 + +```ruby +pod 'DeviceKit', '~> 5.4' +``` + +### New features + +- Add `Orientation.unknown` for when the device is neither in landscape or portrait orientation. ([#410](https://github.com/devicekit/DeviceKit/pull/410)) + +### Contributors + +Thanks to all the contributers of this release! +- [GeorgeElsham](https://github.com/GeorgeElsham) + ## Version 5.3.1 Releasedate: 2024-05-30 diff --git a/DeviceKit.podspec b/DeviceKit.podspec index aec27d5..edc23cb 100644 --- a/DeviceKit.podspec +++ b/DeviceKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DeviceKit' - s.version = '5.3.1' + s.version = '5.4.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 0a0edcf..1993605 100644 --- a/DeviceKit.xcodeproj/project.pbxproj +++ b/DeviceKit.xcodeproj/project.pbxproj @@ -384,7 +384,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 5.3.1; + MARKETING_VERSION = 5.4.0; MERGEABLE_LIBRARY = YES; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; @@ -444,7 +444,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 5.3.1; + MARKETING_VERSION = 5.4.0; MERGEABLE_LIBRARY = YES; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; diff --git a/README.md b/README.md index 362a182..2e134a6 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.3.1 +## Current version 5.4.0 See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes. ## Features