summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-04-12 10:02:07 +0200
committerRobin Gareus <robin@gareus.org>2020-04-13 16:29:37 +0200
commitb66b2858b127c726d3ed2a5263cc9c51213f3774 (patch)
tree7cba118eb6fa5026926c16d2bb8f6f3fa8fe11ef /share
parentd709d8b86801fa013907dc0de9055a34fa694c12 (diff)
WebSockets: add version field in manifests and update loader
Diffstat (limited to 'share')
-rw-r--r--share/web_surfaces/builtin/mixer-demo/manifest.xml1
-rw-r--r--share/web_surfaces/builtin/transport/manifest.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/share/web_surfaces/builtin/mixer-demo/manifest.xml b/share/web_surfaces/builtin/mixer-demo/manifest.xml
index e4a4287d7d..8174629f73 100644
--- a/share/web_surfaces/builtin/mixer-demo/manifest.xml
+++ b/share/web_surfaces/builtin/mixer-demo/manifest.xml
@@ -2,4 +2,5 @@
<WebSurface>
<Name value="Mixer Demo"/>
<Description value="Mixer control capabilities demo aimed at developers"/>
+ <Version value="1.0.0"/>
</WebSurface>
diff --git a/share/web_surfaces/builtin/transport/manifest.xml b/share/web_surfaces/builtin/transport/manifest.xml
index ff48533743..b08e5f8374 100644
--- a/share/web_surfaces/builtin/transport/manifest.xml
+++ b/share/web_surfaces/builtin/transport/manifest.xml
@@ -2,4 +2,5 @@
<WebSurface>
<Name value="Transport"/>
<Description value="Provides basic transport control (under construction)"/>
+ <Version value="1.0.0"/>
</WebSurface>