diff --git a/package.json b/package.json index c330a18..f7974b9 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "MMM-TouchButton", - "version": "0.0.6", + "version": "0.0.7", "description": "A MagicMirror² module to create touchable buttons displayed with icons that can be used to call scripts or send notifications.", "main": "MMM-TouchButton", "dependencies": { "js-uuid": "latest", - "jsonpath-plus": "10.0.0", + "jsonpath-plus": "10.0.1", "@iconify/iconify": "latest" }, "devDependencies": {},