diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c28755..35adcaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Version 4.6.1 + +Releasedate: 2022-07-15 + +```ruby +pod 'DeviceKit', '~> 4.6' +``` + +### Fixes + +- Fixes Carthage support. ([#288](https://github.com/devicekit/DeviceKit/pull/288)) + ## Version 4.6.0 Releasedate: 2022-03-18 diff --git a/DeviceKit.podspec b/DeviceKit.podspec index b6d85db..5fa4e5d 100644 --- a/DeviceKit.podspec +++ b/DeviceKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DeviceKit' - s.version = '4.6.0' + s.version = '4.6.1' 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 f0f58c2..8872449 100644 --- a/DeviceKit.xcodeproj/project.pbxproj +++ b/DeviceKit.xcodeproj/project.pbxproj @@ -380,7 +380,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 4.6.0; + MARKETING_VERSION = 4.6.1; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -437,7 +437,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 4.6.0; + MARKETING_VERSION = 4.6.1; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/README.md b/README.md index 662cb94..bb6818f 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 4.6.0. +## Current version 4.6.1. See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes. ## Features