Skip to content

Commit

Permalink
chore(*): upgrade uploader version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Apr 3, 2024
1 parent af5fce0 commit eb8eeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ class UploaderModule(reactContext: ReactApplicationContext) :
const val NAME = "ApiVideoUploader"

const val SDK_NAME = "reactnative-uploader"
const val SDK_VERSION = "1.1.0"
const val SDK_VERSION = "1.2.0"
}
}
2 changes: 1 addition & 1 deletion ios/RNUploader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class RNUploader: NSObject {

override init() {
do {
try uploadModule.setSdkName(name: "reactnative-uploader", version: "1.1.0")
try uploadModule.setSdkName(name: "reactnative-uploader", version: "1.2.0")
} catch {
fatalError("Failed to set SDK name: \(error)")
}
Expand Down

0 comments on commit eb8eeb2

Please sign in to comment.