Skip to content

Commit

Permalink
Updates Cordova plugin to use Wikitude SDK 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pnagele committed Aug 24, 2020
1 parent d8336fe commit fbbe2f3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.wikitude.phonegap.wikitudeplugin",
"version": "9.2.0",
"version": "9.3.0",
"description": "Augmented Reality Wikitude SDK Plugin \n The Wikitude Cordova Plugin enables developers to embed an augmented reality view into their Cordova project. You can create a fully featured app with advanced augmented reality features, including image recognition, object recognition purely using HTML, CSS and JavaScript.\n ",
"cordova": {
"id": "",
Expand Down Expand Up @@ -32,7 +32,7 @@
}
],
"author": "Wikitude GmbH",
"license": "(c) 2016 - 2020 Wikitude GmbH - see License.md for details of the license",
"license": "(c) 2016 - 2019 Wikitude GmbH - see License.md for details of the license",
"bugs": {
"url": "https://github.com/Wikitude/wikitude-phonegap/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.wikitude.phonegap.wikitudeplugin"
version="9.2.0">
version="9.3.0">

<name>Augmented Reality - Wikitude SDK Plugin</name>

Expand Down
Loading

0 comments on commit fbbe2f3

Please sign in to comment.