Skip to content

Commit 886fb6f

Browse files
author
Gerhard
committed
Merge branch 'release/28.1' of github.com:Anyline/anyline-ocr-react-native-module into release/28.1
2 parents 9358606 + 23091cf commit 886fb6f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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>28.0.0</string>
20+
<string>28.1.0</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": "28.0.0",
3+
"version": "28.1.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",

plugin/ios/AnylineReact.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Pod::Spec.new do |s|
1919
s.source = { :git => "https://github.com/Anyline/anyline-ocr-react-native-module.git", :tag => "#{s.version}" }
2020

2121
s.source_files = "*.{h,m}"
22-
s.dependency "Anyline", "~> 28"
22+
s.dependency "Anyline", "~> 28.1"
2323
s.dependency "React"
2424
end

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

0 commit comments

Comments
 (0)