mirror of
https://github.com/sensebox/blockly-app
synced 2025-02-21 21:53:59 +01:00
v1.1.0
This commit is contained in:
parent
91118f1766
commit
382a5f2c96
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="de.sensebox.blockly" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget id="de.sensebox.blockly" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<name>Blockly for senseBox</name>
|
<name>Blockly for senseBox</name>
|
||||||
<description>graphical programming & OTA upload for senseBox MCU</description>
|
<description>graphical programming & OTA upload for senseBox MCU</description>
|
||||||
<author email="kontakt@reedu.de" href="https://reedu.de/">re:edu</author>
|
<author email="kontakt@reedu.de" href="https://reedu.de/">re:edu</author>
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
|
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
|
||||||
<plugin name="wifiwizard2" spec="~3.1.0" />
|
<plugin name="wifiwizard2" spec="~3.1.0" />
|
||||||
<plugin name="cordova-plugin-network-information" spec="2.0.1" />
|
<plugin name="cordova-plugin-network-information" spec="2.0.1" />
|
||||||
|
<plugin name="cordova-plugin-app-version" spec="0.1.9" />
|
||||||
<engine name="android" spec="7.1.1" />
|
<engine name="android" spec="7.1.1" />
|
||||||
<engine name="browser" spec="5.0.4" />
|
<engine name="browser" spec="5.0.4" />
|
||||||
<plugin name="cordova-plugin-app-version" spec="0.1.9" />
|
|
||||||
</widget>
|
</widget>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "blockly-sensebox",
|
"name": "blockly-sensebox",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"author": "Reedu GmbH",
|
"author": "Reedu GmbH",
|
||||||
"homepage": "https://reedu.de/",
|
"homepage": "https://reedu.de/",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -73,4 +73,4 @@
|
||||||
"browser"
|
"browser"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue