Skip to content

Commit 9ea589b

Browse files
committed
Add version 2.17.1
1 parent fc3852f commit 9ea589b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.17.1]
2+
3+
### Fixed
4+
5+
* [react-native-imglysdk] Fixed wrong default SDK version for Android.
6+
17
## [2.17.0]
28

39
### Added

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-videoeditorsdk",
33
"title": "React Native module for VideoEditor SDK",
4-
"version": "2.17.0",
4+
"version": "2.17.1",
55
"description": "A React Native module for VideoEditor SDK. Integrate the video editor into your own HTML5, iOS or Android app - in minutes!",
66
"main": "index.js",
77
"typings": "index.d.ts",
@@ -35,6 +35,6 @@
3535
"react-native": ">=0.60.0 <1.0.x"
3636
},
3737
"dependencies": {
38-
"react-native-imglysdk": "2.17.0"
38+
"react-native-imglysdk": "2.17.1"
3939
}
4040
}

0 commit comments

Comments
 (0)