summaryrefslogtreecommitdiff
path: root/share/web_surfaces/builtin/mixer-demo/manifest.xml
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-04-14 09:53:25 +0200
committerRobin Gareus <robin@gareus.org>2020-04-17 20:15:10 +0200
commit2ba8dab95e10596ac88539a74e47024836138019 (patch)
tree77e96abf8eee3767804476a1f0fa4df655effc23 /share/web_surfaces/builtin/mixer-demo/manifest.xml
parentb9674115b7d3780164ed30e4151984de78b904e7 (diff)
WebSockets: update JS client and demo
avoid hardcoded node name strings in mixer-demo improve mixer-demo design split ardour.js client into control and metadata mixins rename JS client class Ardour to ArdourClient JS client improve mixin implementation JS client improve manifest parser NO-OP whitespace and comments NO-OP update websurface manifest versions add Ardour icon in mixer-demo improve mixer-demo scrolling on touch screens
Diffstat (limited to 'share/web_surfaces/builtin/mixer-demo/manifest.xml')
-rw-r--r--share/web_surfaces/builtin/mixer-demo/manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/web_surfaces/builtin/mixer-demo/manifest.xml b/share/web_surfaces/builtin/mixer-demo/manifest.xml
index f0c1b5ddc3..bfa80a21b9 100644
--- a/share/web_surfaces/builtin/mixer-demo/manifest.xml
+++ b/share/web_surfaces/builtin/mixer-demo/manifest.xml
@@ -2,5 +2,5 @@
<WebSurface>
<Name value="Mixer Demo"/>
<Description value="Mixer control capabilities demo aimed at developers"/>
- <Version value="0.0.1"/>
+ <Version value="0.1.0"/>
</WebSurface>