Skip to content

Commit 56b997e

Browse files
committed
Version bump. (v5.8.0)
1 parent 3d2a7bd commit 56b997e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## Version 5.8.0
6+
7+
Releasedate: 2026-03-03
8+
9+
```ruby
10+
pod 'DeviceKit', '~> 5.8'
11+
```
12+
513
### New devices
614

715
- Add support for M5 iPad Pro models. ([#467](https://github.com/devicekit/DeviceKit/pull/467))

DeviceKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DeviceKit'
3-
s.version = '5.7.0'
3+
s.version = '5.8.0'
44
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
55

66
s.description = <<-DESC

DeviceKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
"@executable_path/Frameworks",
385385
"@loader_path/Frameworks",
386386
);
387-
MARKETING_VERSION = 5.7.0;
387+
MARKETING_VERSION = 5.8.0;
388388
MERGEABLE_LIBRARY = YES;
389389
MTL_ENABLE_DEBUG_INFO = YES;
390390
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
@@ -444,7 +444,7 @@
444444
"@executable_path/Frameworks",
445445
"@loader_path/Frameworks",
446446
);
447-
MARKETING_VERSION = 5.7.0;
447+
MARKETING_VERSION = 5.8.0;
448448
MERGEABLE_LIBRARY = YES;
449449
MTL_ENABLE_DEBUG_INFO = NO;
450450
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
`DeviceKit` is a value-type replacement of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/).
2020

21-
## Current version 5.7.0
21+
## Current version 5.8.0
2222
See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes.
2323

2424
## Features

0 commit comments

Comments
 (0)