From a748e0b09f87171db525757572a9636f9315508e Mon Sep 17 00:00:00 2001 From: Timotej Ecimovic <timotej.ecimovic@silabs.com> Date: Sat, 24 Apr 2021 09:34:36 -0400 Subject: [PATCH] Increase the feature level. --- apack.info | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apack.info b/apack.info index a65bfd32..f7d43f39 100644 --- a/apack.info +++ b/apack.info @@ -4,7 +4,7 @@ label=Zigbee Cluster Configurator description=Graphical configuration tool for application and libraries based on Zigbee Cluster Library. path=.,node_modules/.bin/,ZAP.app/Contents/MacOS requiredFeatureLevel=apack.core:8 -featureLevel=28 +featureLevel=29 id=zclConfigurator diff --git a/package.json b/package.json index dd97b967..3694cd4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zap", "version": "0.99.6", - "featureLevel": 28, + "featureLevel": 29, "description": "Configuration tool for the Zigbee Cluster Library", "productName": "zap", "cordovaId": "", -- GitLab