Skip to content

Commit

Permalink
Release 4.6.1 (#319)
Browse files Browse the repository at this point in the history
* Release v4.6.1

* correct version in README

Co-authored-by: Denise Nepraunig <[email protected]>
  • Loading branch information
Zandor300 and denisenepraunig authored Jul 15, 2022
1 parent 2d0b7b7 commit 8e2432f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion DeviceKit.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions DeviceKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down Expand Up @@ -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)";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e2432f

Please sign in to comment.