Skip to content

Commit bc597fc

Browse files
Merge pull request #151 from Anyline/release/41.0.2
Change React version to 41.0.2; Change iOS plugin version to 41.0.1
2 parents 0eeaced + fd0f465 commit bc597fc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

example/RNExampleApp/ios/RNExampleApp/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>41.0.0</string>
20+
<string>41.0.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

example/RNExampleApp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RNExampleApp",
3-
"version": "41.0.0",
3+
"version": "41.0.2",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

plugin/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"_from": "anyline-ocr-react-native-module@^41.0.1",
3-
"_id": "[email protected].1",
2+
"_from": "anyline-ocr-react-native-module@^41.0.2",
3+
"_id": "anyline-ocr-react-native-module@^41.0.2",
44
"_inBundle": false,
55
"_integrity": "sha512-BGi9zNkSsoxXywDBIqzgBRvKUBniQOJHDKBrozZubKthZNRBAj8Ry5tW0Me0yLXt/fauME//hbC0wsenfPJZqw==",
66
"_location": "/anyline-ocr-react-native-module",
77
"_phantomChildren": {},
88
"_requested": {
99
"type": "range",
1010
"registry": true,
11-
"raw": "anyline-ocr-react-native-module@^41.0.1",
11+
"raw": "anyline-ocr-react-native-module@^41.0.2",
1212
"name": "anyline-ocr-react-native-module",
1313
"escapedName": "anyline-ocr-react-native-module",
14-
"rawSpec": "^41.0.1",
14+
"rawSpec": "^41.0.2",
1515
"saveSpec": null,
16-
"fetchSpec": "^41.0.1"
16+
"fetchSpec": "^41.0.2"
1717
},
1818
"_requiredBy": [
1919
"/"
2020
],
21-
"_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-41.0.1.tgz",
21+
"_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-41.0.2.tgz",
2222
"_shasum": "bacbcd260cc662244f59393ed81a6edba009b52c",
23-
"_spec": "anyline-ocr-react-native-module@^41.0.1",
23+
"_spec": "anyline-ocr-react-native-module@^41.0.2",
2424
"_where": "/Users/amiransari/Projects/anyline-ocr-react-native-module1/example/RNExampleApp",
2525
"bugs": {
2626
"url": "https://github.com/Anyline/anyline-ocr-react-native-module/issues"
@@ -47,5 +47,5 @@
4747
"type": "git",
4848
"url": "git+https://github.com/Anyline/anyline-ocr-react-native-module.git"
4949
},
50-
"version": "41.0.1"
50+
"version": "41.0.2"
5151
}

0 commit comments

Comments
 (0)