Version bump. (v5.4.0)

This commit is contained in:
Zandor Smith
2024-05-30 23:13:59 +02:00
parent 5eb05583f4
commit 5757447e9f
4 changed files with 21 additions and 4 deletions
+17
View File
@@ -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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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;
+1 -1
View File
@@ -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