Skip to content

Commit

Permalink
CB-13542 updated file plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Nov 7, 2017
1 parent 2432ae4 commit ea934aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-media-capture",
"version": "2.0.1-dev",
"version": "2.0.0",
"description": "Cordova Media Capture Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="cordova-plugin-media-capture"
version="2.0.1-dev">
version="2.0.0">
<name>Capture</name>

<description>Cordova Media Capture Plugin</description>
Expand All @@ -35,7 +35,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets"
<engine name="cordova-android" version=">=6.3.0" />
</engines>

<dependency id="cordova-plugin-file" version="^4.0.0" />
<dependency id="cordova-plugin-file" version="^5.0.0" />

<js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">
<clobbers target="CaptureAudioOptions" />
Expand Down

0 comments on commit ea934aa

Please sign in to comment.