Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstelzer committed Nov 1, 2018
1 parent 29c5824 commit 8a87999
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ml-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="2.0.0"></a>
## 2.0.0 (2018-11-01)
<a name="2.0.1"></a>
## 2.0.1 (2018-11-01)

### Feature
* **text:** Serialize more text recognition options ([e86319a](https://github.com/paulstelzer/cordova-plugin-ml-kit/commit/e86319a))
Expand Down
2 changes: 1 addition & 1 deletion ml-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"deprecated": false,
"description": "Adds ML Kit support for Firebase",
"name": "cordova-plugin-ml-kit",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"firebase",
"ml-kit",
Expand Down
2 changes: 1 addition & 1 deletion ml-kit/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ml-kit" version="2.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ml-kit" version="2.0.1">
<name>Cordova Plugin ML Kit</name>
<description></description>
<license>MIT</license>
Expand Down

0 comments on commit 8a87999

Please sign in to comment.