Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Winor committed Jun 6, 2020
1 parent 551311a commit 493af36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const ui = {
mqtt.checked = config.server_settings.mqtt
document.getElementById('rserverurl').value = config.remote_settings.serverurl
document.getElementById('smode').value = config.server_settings.mode
document.getElementById('info').innerHTML = 'RPiLC Version 2.1.1'
document.getElementById('info').innerHTML = 'RPiLC Version 2.1.2'
},
addcolor: function (x) {
if (x === undefined) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rpilc",
"version": "2.1.1",
"version": "2.1.2",
"author": "Winor",
"keywords": [
"led strip controler",
Expand Down

0 comments on commit 493af36

Please sign in to comment.