Skip to content

Commit

Permalink
Add version 10.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leontobias committed Apr 29, 2022
1 parent 2d362ea commit e4c8f49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [10.30.1]

### Fixed

* [ImglyKit] Fixed potential issues with App Store submission when integrating the SDK via CocoaPods.

## [10.30.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "VideoEditorSDK", targets: ["VideoEditorSDK"]),
],
dependencies: [
.package(name: "ImglyKit", url: "https://github.com/imgly/imglykit-sp.git", .exact("10.30.0"))
.package(name: "ImglyKit", url: "https://github.com/imgly/imglykit-sp.git", .exact("10.30.1"))
],
targets: [
.target(
Expand Down

0 comments on commit e4c8f49

Please sign in to comment.