fix version number missmatch

This commit is contained in:
lxsang 2021-01-15 19:41:01 +01:00
parent 3262516d97
commit d8f999749a
5 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,8 @@
System monitoring is a part of my ROS Based robot software system.
It allows to dislay the robot system info mation on Antos application
It allows to display the robot resource infomation (such as battery, network, CPU load, memory load, etc.) on Antos application
via the Antunnel service
![https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/screenshot.png](https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/screenshot.png)

View File

@ -11,9 +11,9 @@
"email": ""
},
"dependencies": [
"Antunnel@0.1.9-a"
"Antunnel@0.1.8-a"
],
"version":"0.1.4-a",
"version":"0.1.5-a",
"category":"Other",
"iconclass":"fa fa-android",
"mimes":["none"],

View File

@ -11,9 +11,9 @@
"email": ""
},
"dependencies": [
"Antunnel@0.1.9-a"
"Antunnel@0.1.8-a"
],
"version":"0.1.4-a",
"version":"0.1.5-a",
"category":"Other",
"iconclass":"fa fa-android",
"mimes":["none"],

View File

@ -235,8 +235,8 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/README.md",
"category": "Other",
"author": "",
"version": "0.1.4-a",
"dependencies": ["Antunnel@0.1.9-a"],"version":"0.1.4-a","category":"Other","iconclass":"fafa-android","mimes":["none"],
"version": "0.1.5-a",
"dependencies": ["Antunnel@0.1.8-a"],"version":"0.1.5-a","category":"Other","iconclass":"fafa-android","mimes":["none"],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/build/release/SystemControl.zip"
},
{