diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cbef39..83fc6bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +## Version 5.8.0 + +Releasedate: 2026-03-03 + +```ruby +pod 'DeviceKit', '~> 5.8' +``` + ### New devices - Add support for M5 iPad Pro models. ([#467](https://github.com/devicekit/DeviceKit/pull/467)) diff --git a/DeviceKit.podspec b/DeviceKit.podspec index ef04d2b..5ddfbfd 100644 --- a/DeviceKit.podspec +++ b/DeviceKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DeviceKit' - s.version = '5.7.0' + s.version = '5.8.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 1b5e002..ca9c005 100644 --- a/DeviceKit.xcodeproj/project.pbxproj +++ b/DeviceKit.xcodeproj/project.pbxproj @@ -384,7 +384,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 5.7.0; + MARKETING_VERSION = 5.8.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.7.0; + MARKETING_VERSION = 5.8.0; MERGEABLE_LIBRARY = YES; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; diff --git a/README.md b/README.md index 31ea8d1..10abba0 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.7.0 +## Current version 5.8.0 See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes. ## Features