aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/com.pelagicore.downloads/stores/ServerConfig.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/com.pelagicore.downloads/stores/ServerConfig.qml b/apps/com.pelagicore.downloads/stores/ServerConfig.qml
index 666b215b..425f5f00 100644
--- a/apps/com.pelagicore.downloads/stores/ServerConfig.qml
+++ b/apps/com.pelagicore.downloads/stores/ServerConfig.qml
@@ -60,7 +60,7 @@ QtObject {
console.log(Logging.apps, "Neptune-UI::Application Store - Check Server");
root.tryConnectToServer();
var url = root.serverUrl + "/hello";
- var data = {"platform" : "NEPTUNE3", "version" : "1", "architecture": root.cpuArch};
+ var data = {"platform" : "NEPTUNE3", "version" : "2", "architecture": root.cpuArch};
JSONBackend.setErrorFunction(0);
JSONBackend.serverCall(url, data, function(data) {
if (data !== 0) {