Skip to content

Commit

Permalink
REV version number and add testing condition to CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrayner committed Jul 28, 2016
1 parent 5584a26 commit 4064b9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<name>Vuforia</name>
<description>Cordova Vuforia Plugin</description>
<license>MIT</license>
Expand All @@ -15,7 +15,7 @@
<author>Matthew Rayner</author>

<info>
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
Expand Down

0 comments on commit 4064b9a

Please sign in to comment.