Skip to content

Commit 97acf83

Browse files
committed
Release 5.2.3
1 parent 81dd71a commit 97acf83

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Version 5.2.3
4+
5+
Releasedate: 2024-04-15
6+
7+
```ruby
8+
pod 'DeviceKit', '~> 5.2'
9+
```
10+
11+
### Bugfixes
12+
13+
- Fix PrivacyInfo for Cocoapods. ([#397](https://github.com/devicekit/DeviceKit/pull/397))
14+
15+
### Contributors
16+
17+
Thanks to all the contributers of this release!
18+
- [RayJiang16](https://github.com/RayJiang16)
19+
320
## Version 5.2.2
421

522
Releasedate: 2024-02-06

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.2.2'
3+
s.version = '5.2.3'
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.2.2;
387+
MARKETING_VERSION = 5.2.3;
388388
MTL_ENABLE_DEBUG_INFO = YES;
389389
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
390390
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -443,7 +443,7 @@
443443
"@executable_path/Frameworks",
444444
"@loader_path/Frameworks",
445445
);
446-
MARKETING_VERSION = 5.2.2;
446+
MARKETING_VERSION = 5.2.3;
447447
MTL_ENABLE_DEBUG_INFO = NO;
448448
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
449449
PRODUCT_NAME = "$(TARGET_NAME)";

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.2.2
21+
## Current version 5.2.3
2222
See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes.
2323

2424
## Features

0 commit comments

Comments
 (0)