diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-03 08:32:13 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-03 08:32:13 -0400 |
| commit | 5d11ab12195dcc70192e706fbbfd106cd7d7f24d (patch) | |
| tree | 0cdee3b274b030260c3a9be98d4d219c28603a32 /plugins/fetch.json | |
| parent | 15f501727a91bc4fdf2c155d572cf00c11436eef (diff) | |
fixed a nasty scaling bug -- size was getting corrupted because I was adding strings
Diffstat (limited to 'plugins/fetch.json')
| -rw-r--r-- | plugins/fetch.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index c8047072..ef371f01 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -92,5 +92,14 @@ }, "is_top_level": true, "variables": {} + }, + "uk.co.whiteoctober.cordova.appversion": { + "source": { + "type": "git", + "url": "https://github.com/whiteoctober/cordova-plugin-app-version.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} } } |
