Skip to content

Commit 32fe6da

Browse files
committed
Add version 1.3.0
1 parent 59968a2 commit 32fe6da

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.3.0]
2+
3+
### Changed
4+
5+
* Updated VideoEditor SDK for iOS to version 10.6.0.
6+
17
## [1.2.0]
28

39
### Changed

RNVideoEditorSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
1717

1818
s.dependency 'React'
1919
s.dependency 'React-RCTImage'
20-
s.dependency 'VideoEditorSDK', '10.5.0'
20+
s.dependency 'VideoEditorSDK', '10.6.0'
2121
end

package.json

Lines changed: 1 addition & 1 deletion
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": "1.2.0",
4+
"version": "1.3.0",
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",

0 commit comments

Comments
 (0)