Skip to content

Commit

Permalink
Add version 10.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
schiewe committed Jan 25, 2021
1 parent 25ebd55 commit be5ac4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [10.21.6]

### Fixed

* [VideoEditorSDK] Fixed a crash when transforming videos that are flipped vertically and horizontally.

## [10.21.5]

### Added
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "PhotoEditorSDK", targets: ["PhotoEditorSDK"]),
],
dependencies: [
.package(name: "ImglyKit", url: "https://github.com/imgly/imglykit-sp.git", .exact("10.21.5"))
.package(name: "ImglyKit", url: "https://github.com/imgly/imglykit-sp.git", .exact("10.21.6"))
],
targets: [
.target(
Expand All @@ -18,4 +18,4 @@ let package = Package(
publicHeadersPath: ""
)
]
)
)

0 comments on commit be5ac4d

Please sign in to comment.