Skip to content

Commit

Permalink
Bump for release 1.9 (Github only)
Browse files Browse the repository at this point in the history
  • Loading branch information
toggledbits committed Jul 22, 2022
1 parent d129948 commit 2316366
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Switchboard -- Change Log

## Version 1.9 (development, 22203)
**NOTE:** Version 1.9 and all later versions are not posted to the Vera App Marketplace. Please install from Github directly. OpenLuup users can still use the AltAppStore to install Switchboard.

## Version 1.9 (released, 22203)

* Make dimmer `ImpulseTime` work.
* For non-integer ramp rates, make sure `LoadLevelStatus` only stores (rounded) integer.
Expand Down
2 changes: 1 addition & 1 deletion src/J_Switchboard1_UI7.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

var Switchboard1_UI7 = (function(api, $) {

var pluginVersion = "1.9develop-22203";
var pluginVersion = "1.9-22203";

var _UIVERSION = 21104; /* must agree with L_Switchboard1.lua */

Expand Down
2 changes: 1 addition & 1 deletion src/L_Switchboard1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local debugMode = false

local _PLUGIN_ID = 9194 -- luacheck: ignore 211
local _PLUGIN_NAME = "Switchboard"
local _PLUGIN_VERSION = "1.9develop-22203"
local _PLUGIN_VERSION = "1.9-22203"
local _PLUGIN_URL = "https://www.toggledbits.com/" -- luacheck: ignore 211

local _CONFIGVERSION = 21098
Expand Down

0 comments on commit 2316366

Please sign in to comment.