Bumped versions

This commit is contained in:
Leonetienne 2022-02-06 14:32:53 +01:00
parent cb48994d71
commit 07c9a45395
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#pragma once #pragma once
#define TUBIO_SERVER_VERSION (0.5396) #define TUBIO_SERVER_VERSION (0.6)

View File

@ -165,7 +165,7 @@ export default {
data: function() { data: function() {
return { return {
canUpdate: {type: Boolean, default: true}, canUpdate: {type: Boolean, default: true},
version__webUI: 0.762 version__webUI: 0.77
}; };
}, },