diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7305d1a..61c01ca 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -11,6 +11,7 @@ We'll merge any approriate contributions after reviewing for the following: 1. Documentation. +1. Has been tested on both Android and iOS (add your plugin to the Vuforia example repo and check everything still works). 1. Passing CI tests. 1. Consistent code style. **Note:** We use BitHound and a decreasing score will block a PR. 1. Good descriptive commit messages. diff --git a/package.json b/package.json index e31a04a..10bc173 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cordova-plugin-vuforia", "description": "Cordova Vuforia Plugin", - "version": "3.0.1", + "version": "3.0.2", "homepage": "https://github.com/mattrayner/cordova-plugin-vuforia", "repository": { "type": "git", diff --git a/plugin.xml b/plugin.xml index 3eb5f78..05b6ea6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -4,7 +4,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-vuforia" - version="3.0.1"> + version="3.0.2"> Vuforia Cordova Vuforia Plugin MIT @@ -15,7 +15,7 @@ Matthew Rayner - Cordova Vuforia Plugin version 3.0.1, Copyright (C) 2016 Matthew Rayner + Cordova Vuforia Plugin version 3.0.2, Copyright (C) 2016 Matthew Rayner Cordova Vuforia Plugin comes with ABSOLUTELY NO WARRANTY; see the LICENSE file for more information. This is free software, and you are welcome to redistribute it