Skip to content

Commit

Permalink
Add version 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leontobias committed Apr 20, 2023
1 parent fc3852f commit 9ea589b
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 @@
## [2.17.1]

### Fixed

* [react-native-imglysdk] Fixed wrong default SDK version for Android.

## [2.17.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-videoeditorsdk",
"title": "React Native module for VideoEditor SDK",
"version": "2.17.0",
"version": "2.17.1",
"description": "A React Native module for VideoEditor SDK. Integrate the video editor into your own HTML5, iOS or Android app - in minutes!",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -35,6 +35,6 @@
"react-native": ">=0.60.0 <1.0.x"
},
"dependencies": {
"react-native-imglysdk": "2.17.0"
"react-native-imglysdk": "2.17.1"
}
}

0 comments on commit 9ea589b

Please sign in to comment.