Skip to content

Commit

Permalink
release react-native v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suencooper committed Sep 18, 2023
1 parent e243e86 commit 1639f56
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 601
versionName "6.0.1"
versionCode 602
versionName "6.0.2"
}

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-1
ffmpegKit.android.lts.version=6.0-1
ffmpegKit.android.main.version=6.0-2
ffmpegKit.android.lts.version=6.0-2
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.1",
"version": "6.0.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 @@ -1611,7 +1611,7 @@ class FFmpegKitFactory {
}

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

static getLogRedirectionStrategy(sessionId) {
Expand Down

0 comments on commit 1639f56

Please sign in to comment.