Skip to content

Commit

Permalink
Bumped version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAtAnyline committed Oct 25, 2019
1 parent d3105a6 commit 3ad4034
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 34 deletions.
2 changes: 1 addition & 1 deletion example/RNExampleApp/ios/RNExampleApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>15.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion example/RNExampleApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNExampleApp",
"version": "14.1.0",
"version": "15.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down
2 changes: 1 addition & 1 deletion plugin/ios/AnylineReact.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Pod::Spec.new do |s|

s.source_files = "*.{h,m}"

s.dependency "Anyline", "~> 14"
s.dependency "Anyline", "~> 15"
s.dependency "React"
end
52 changes: 39 additions & 13 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,51 @@
{
"name": "anyline-ocr-react-native-module",
"version": "14.1.0",
"main": "index.js",
"description": "A Plugin for connecting Anyline with React-Native",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/Anyline/anyline-ocr-react-native-module"
"_from": "anyline-ocr-react-native-module@^14.1.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-BGi9zNkSsoxXywDBIqzgBRvKUBniQOJHDKBrozZubKthZNRBAj8Ry5tW0Me0yLXt/fauME//hbC0wsenfPJZqw==",
"_location": "/anyline-ocr-react-native-module",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "anyline-ocr-react-native-module@^14.1.0",
"name": "anyline-ocr-react-native-module",
"escapedName": "anyline-ocr-react-native-module",
"rawSpec": "^14.1.0",
"saveSpec": null,
"fetchSpec": "^14.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-14.1.0.tgz",
"_shasum": "62ab2a6c30e365851e5c6951546576a711d9183e",
"_spec": "anyline-ocr-react-native-module@^14.1.0",
"_where": "/Users/amiransari/Projects/anyline-ocr-react-native-module1/example/RNExampleApp",
"bugs": {
"url": "https://github.com/Anyline/anyline-ocr-react-native-module/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer": "^5.1.0"
},
"deprecated": false,
"description": "A Plugin for connecting Anyline with React-Native",
"directories": {
"example": "examples"
},
"homepage": "https://github.com/Anyline/anyline-ocr-react-native-module#readme",
"keywords": [
"reactnative",
"anyline",
"ocr"
],
"directories": {
"example": "examples"
"license": "SEE LICENSE IN LICENSE",
"main": "index.js",
"name": "anyline-ocr-react-native-module",
"repository": {
"type": "git",
"url": "git+https://github.com/Anyline/anyline-ocr-react-native-module.git"
},
"dependencies": {
"buffer": "^5.1.0"
}
"version": "15.0.0"
}
18 changes: 0 additions & 18 deletions plugin/yarn.lock

This file was deleted.

0 comments on commit 3ad4034

Please sign in to comment.