Skip to content

Commit

Permalink
3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fareed069417 committed Oct 20, 2022
1 parent 574ff33 commit e104eca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Meet Hour Plugin for React Native. Supports Android & iOS platforms.

Example Project is here - https://github.com/v-empower/MeetHour-Web-MobileSDKs/tree/master/reactnative/MeetHourSDKTest

## Install (Latest version 3.0.11)
## Install (Latest version 3.0.12)

```
`npm install react-native-meet-hour-sdk --save`
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules

implementation ('go.meethour.io.react:meet-hour-sdk:4.1.0') {
implementation ('go.meethour.io.react:meet-hour-sdk:4.1.2') {
transitive = true
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-meet-hour-sdk",
"description": "Meet Hour SDK wrapper for React Native.",
"version": "3.0.11",
"version": "3.0.12",
"author": "MeetHour, LLC <[email protected]>",
"contributors": [],
"homepage": "https://github.com/v-empower/react-native-meet-hour-sdk",
Expand Down
2 changes: 1 addition & 1 deletion react-native-meet-hour-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency 'MeetHourSDK', '4.1.0'
s.dependency 'MeetHourSDK', '4.1.2'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.swift_version = '5.0'
end

0 comments on commit e104eca

Please sign in to comment.