diff options
Diffstat (limited to 'desktop/sources/scripts/client.js')
-rw-r--r-- | desktop/sources/scripts/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sources/scripts/client.js b/desktop/sources/scripts/client.js index 0c51308..00d845c 100644 --- a/desktop/sources/scripts/client.js +++ b/desktop/sources/scripts/client.js @@ -12,7 +12,7 @@ /* global Theme */ function Client () { - this.version = 160 + this.version = 161 this.library = library this.theme = new Theme(this) |