Skip to content

Commit

Permalink
Merge pull request #62 from millionscard/move-to-0.1.74
Browse files Browse the repository at this point in the history
move to 0.1.74
  • Loading branch information
hebamoustafa authored May 8, 2024
2 parents 427b9d6 + 4b73da4 commit cd5de1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.60"
implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.61"
// From node_modules
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-knotapi",
"version": "0.1.73",
"version": "0.1.74",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-knotapi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm}"

s.dependency "React-Core"
s.dependency 'KnotAPI', '0.6.0'
s.dependency 'KnotAPI', '0.6.1'


# Don't install the dependencies when we run `pod install` in the old architecture.
Expand Down

0 comments on commit cd5de1e

Please sign in to comment.