Skip to content

Commit

Permalink
release react-native v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suencooper committed Sep 3, 2023
1 parent 90063c9 commit b51b640
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
defaultConfig {
minSdkVersion safeExtGet('ffmpegKitPackage', 'https').contains("-lts") ? 16 : 24
targetSdkVersion 33
versionCode 600
versionName "6.0.0"
versionCode 601
versionName "6.0.1"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions react-native/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
android.useAndroidX=true
ffmpegKit.android.main.version=6.0
ffmpegKit.android.lts.version=6.0
ffmpegKit.android.main.version=6.0-1
ffmpegKit.android.lts.version=6.0-1
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": "6.0.0",
"version": "6.0.1",
"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 @@ -1611,7 +1611,7 @@ class FFmpegKitFactory {
}

static getVersion() {
return "6.0.0";
return "6.0.1";
}

static getLogRedirectionStrategy(sessionId) {
Expand Down

0 comments on commit b51b640

Please sign in to comment.