Skip to content

Commit

Permalink
freeze v4.5.2 for react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed May 20, 2022
1 parent 5f601fb commit 9c89443
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion safeExtGet('ffmpegKitPackage', 'https').contains("-lts") ? 16 : 24
targetSdkVersion 30
versionCode 451
versionName "4.5.1"
versionCode 452
versionName "4.5.2"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffmpeg-kit-react-native",
"version": "4.5.1",
"version": "4.5.2",
"description": "FFmpeg Kit for React Native",
"main": "src/index",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion react-native/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ class FFmpegKitFactory {
}

static getVersion() {
return "4.5.1";
return "4.5.2";
}

static getLogRedirectionStrategy(sessionId) {
Expand Down

0 comments on commit 9c89443

Please sign in to comment.