Skip to content

Commit 45e0737

Browse files
committed
updated version to 4.11.1
1 parent dae1b89 commit 45e0737

8 files changed

+7
-7
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ dependencies {
5757
// https://github.com/facebook/react-native/blob/0.61-stable/template/android/app/build.gradle#L192
5858
//noinspection GradleDynamicVersion
5959
implementation 'com.facebook.react:react-native:+' // From node_modules
60-
implementation 'com.metamap:android-sdk:3.29.0'
60+
implementation 'com.metamap:android-sdk:3.29.1'
6161
}

docs/metaMap-reactNative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: 61ae8e8dba577a0010791480
88

99
| LTS version (Recommended for most users): | Current Version(Latest features) |
1010
|-------------------------------------------|----------------------------------|
11-
| 4.11.0 | 4.11.0 |
11+
| 4.11.0 | 4.11.1 |
1212

1313
## Install MetaMap for React Native Expo
1414

docs/metamap-react-native-expo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: 61ae8e8dba577a0010791480
88

99
| LTS version (Recommended for most users): | Current Version(Latest features) |
1010
|-------------------------------------------|----------------------------------|
11-
| 4.9.0 | 4.9.0 |
11+
| 2.0.0 | 2.0.2 |
1212

1313
# MetaMap React Expo Native Usage Guide
1414

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-metamap-sdk",
33
"title": "React Native MetaMap Id Sdk",
4-
"version": "4.11.0",
4+
"version": "4.11.1",
55
"description": "Mati React Nastive Plugin",
66
"main": "index.js",
77
"scripts": {

react-native-metaMap-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
s.requires_arc = true
2121

2222
s.dependency "React"
23-
s.dependency 'MetaMapSDK', "~> 3.13.0"
23+
s.dependency "MetaMapSDK"
2424
# s.dependency "..."
2525
end
2626

-457 KB
Binary file not shown.
457 KB
Binary file not shown.

0 commit comments

Comments
 (0)