diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-25 09:21:35 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-25 09:21:35 -0400 |
| commit | 7c99098373ae5b84fb17ac89afbe09fdc28ecea3 (patch) | |
| tree | 7bcdd12ba65e0dcead3df70295ad29e492699301 /plugins/fetch.json | |
| parent | 046bf01c1701d996fa0de7758e18cc1e2146f29a (diff) | |
fixed app version plugin change
Former-commit-id: de8dc6fec144cf994824d5f0f8005d7fc8a4b994
Diffstat (limited to 'plugins/fetch.json')
| -rw-r--r-- | plugins/fetch.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 63e81799..fcf02551 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -9,14 +9,6 @@ "SENDER_ID": "710936220256" } }, - "cordova-plugin-app-version": { - "source": { - "type": "registry", - "id": "cordova-plugin-app-version" - }, - "is_top_level": true, - "variables": {} - }, "cordova-plugin-file": { "source": { "type": "registry", @@ -194,5 +186,13 @@ }, "is_top_level": true, "variables": {} + }, + "cordova-plugin-app-version": { + "source": { + "type": "registry", + "id": "cordova-plugin-app-version" + }, + "is_top_level": true, + "variables": {} } }
\ No newline at end of file |
