Skip to content

Commit

Permalink
Add version 11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wajsic committed Jan 16, 2023
1 parent 2217fcd commit ed406db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [11.4.0]

### Fixed

* [ImglyKit] Fixed frames tool using abnormal amount of memory with bigger images. (#1655)
* [VideoEditorSDK] Fixed audio slider not working on videos without sound. (#1654)

### Added

* [ImglyKit] Added `SmartSticker` API that allows custom sticker implementation. (#1641)

## [11.3.4]

### Fixed
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(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.3.4")
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.4.0")
],
targets: [
.target(
Expand Down

0 comments on commit ed406db

Please sign in to comment.