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 9fd7326 commit 3382241
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-photoeditorsdk",
"title": "React Native module for PhotoEditor SDK",
"version": "2.17.0",
"version": "2.17.1",
"description": "A React Native module for PhotoEditor SDK. Integrate the photo editor into your own HTML5, iOS or Android app - in minutes!",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -38,6 +38,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 3382241

Please sign in to comment.