Skip to content

Commit b1426e5

Browse files
author
Philipp Müller
committed
bumped versions to 29.1.0
1 parent ade5469 commit b1426e5

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

example/RNExampleApp/ios/RNExampleApp.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
DEVELOPMENT_TEAM = "";
396396
INFOPLIST_FILE = RNExampleApp/Info.plist;
397397
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
398-
MARKETING_VERSION = 29.0.0;
398+
MARKETING_VERSION = 29.1.0;
399399
OTHER_LDFLAGS = (
400400
"$(inherited)",
401401
"-ObjC",
@@ -425,7 +425,7 @@
425425
DEVELOPMENT_TEAM = "";
426426
INFOPLIST_FILE = RNExampleApp/Info.plist;
427427
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
428-
MARKETING_VERSION = 29.0.0;
428+
MARKETING_VERSION = 29.1.0;
429429
OTHER_LDFLAGS = (
430430
"$(inherited)",
431431
"-ObjC",

example/RNExampleApp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RNExampleApp",
3-
"version": "29.0.0",
3+
"version": "29.1.0",
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@^29.0.0",
3-
"_id": "anyline-ocr-react-native-module@29.0.0",
2+
"_from": "anyline-ocr-react-native-module@^29.1.0",
3+
"_id": "anyline-ocr-react-native-module@29.1.0",
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@^29.0.0",
11+
"raw": "anyline-ocr-react-native-module@^29.1.0",
1212
"name": "anyline-ocr-react-native-module",
1313
"escapedName": "anyline-ocr-react-native-module",
14-
"rawSpec": "^29.0.0",
14+
"rawSpec": "^29.1.0",
1515
"saveSpec": null,
16-
"fetchSpec": "^29.0.0"
16+
"fetchSpec": "^29.1.0"
1717
},
1818
"_requiredBy": [
1919
"/"
2020
],
21-
"_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-29.0.0.tgz",
21+
"_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-29.1.0.tgz",
2222
"_shasum": "62ab2a6c30e365851e5c6951546576a711d9183e",
23-
"_spec": "anyline-ocr-react-native-module@^29.0.0",
23+
"_spec": "anyline-ocr-react-native-module@^29.1.0",
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": "29.0.0"
50+
"version": "29.1.0"
5151
}

0 commit comments

Comments
 (0)