Skip to content

Commit

Permalink
Adding max version constraint on our plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bhariharan committed Jun 13, 2015
1 parent d359686 commit 487941c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<js-module src="www/com.salesforce.util.push.js" name="util.push"></js-module>

<engines>
<engine name="cordova" version=">=3.5.0" />
<engine name="cordova" version=">=3.5.0" />
<engine name="cordova" version="<=3.8.0" />
</engines>

<dependency id="org.apache.cordova.device"/>
Expand Down

0 comments on commit 487941c

Please sign in to comment.