summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-10-31 14:20:01 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-10-31 14:20:01 -0400
commit140b1ef1a7b110178aebe17334353fa803d2ede7 (patch)
treeb5dd5d457b63abcc6cff3742d76ba0c8b5e85b8b /package.json
parentd6a0a698ea53413643f439dcaa945b5a7c4ad095 (diff)
#857 flush cache when switching servers
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 93306d8e..90e9bcf2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
- "version": "1.3.079",
+ "version":"1.3.080",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
@@ -58,10 +58,10 @@
"cordova-plugin-photo-library": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums"
},
+ "cordova-plugin-media-pp-fork": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
- },
- "cordova-plugin-media-pp-fork": {}
+ }
}
},
"dependencies": {
@@ -191,4 +191,4 @@
]
}
}
-} \ No newline at end of file
+}