From 4b099cf1875c2a360b1147a4303ab819d1f5f4e2 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 17 Jun 2019 14:34:41 +0200 Subject: [PATCH] version bump --- example/RNExampleApp/package.json | 2 +- plugin/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index 53ad5f6a..89a12843 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "anyline-react-native-example-app", - "version": "10.2.0", + "version": "10.2.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", diff --git a/plugin/package.json b/plugin/package.json index 911d2826..c19359df 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "anyline-ocr-react-native-module", - "version": "10.2.0", + "version": "10.2.1", "main": "index.js", "description": "A Plugin for connecting Anyline with React-Native", "license": "SEE LICENSE IN LICENSE",