diff --git a/app/manifest.json b/app/manifest.json index 8c0fe432..00050bf2 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "UI5 Inspector", - "version": "0.9.1", + "version": "0.9.2", "background": { "persistence": false, "scripts": [ diff --git a/cfg/export.ads b/cfg/export.ads deleted file mode 100644 index 00d7011c..00000000 --- a/cfg/export.ads +++ /dev/null @@ -1,7 +0,0 @@ -artifacts builderVersion:"1.0", { - group "com.sap.ui5inspector", { - artifact "package", { - file "${gendir}/module/package/ui5inspector.zip", extension: "zip" - } - } -} diff --git a/cfg/xmake.cfg b/cfg/xmake.cfg deleted file mode 100644 index 8d28d0e9..00000000 --- a/cfg/xmake.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[xmake] -xmake-version=0.9.2-MS7-7 - -[buildplugin] -node-version=0.12.0 diff --git a/package.json b/package.json index 945d7ed2..a38032d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui5inspector", - "version": "0.9.0", + "version": "0.0.0", "author": "SAP SE", "license": { "type": "Apache-2.0",