diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json index 23882444..7383cbd9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version": "1.6.002", + "version":"1.6.003", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -236,10 +236,12 @@ "arch": [ "x64", "ia32", - "armv7l" + "armv7l", + "arm64" + ] } ] } } -}
\ No newline at end of file +} |
