Skip to content

Commit

Permalink
bumped version numbers, maven and pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Müller committed Aug 30, 2019
1 parent 6813277 commit 3f300d6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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>12.0.0</string>
<string>13.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": "anyline-react-native-example-app",
"version": "12.1.0",
"version": "13.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/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repositories {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'io.anyline:anylinesdk:12.1@aar'
implementation 'io.anyline:anylinesdk:13@aar'
implementation 'com.google.firebase:firebase-ml-vision:19.0.2'
implementation 'com.google.firebase:firebase-ml-vision-face-model:17.0.2'
implementation 'com.android.support:design:26.1.0'
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", "~> 12.1"
s.dependency "Anyline", "~> 13"
s.dependency "React"
end
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anyline-ocr-react-native-module",
"version": "12.1.0",
"version": "13.0.0",
"main": "index.js",
"description": "A Plugin for connecting Anyline with React-Native",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit 3f300d6

Please sign in to comment.