Skip to content

Commit

Permalink
Prep for release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
toggledbits committed Aug 25, 2019
1 parent 3ce1979 commit fc121fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5develop-19223";
var pluginVersion = "1.5";

var _UIVERSION = 19200; /* 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.5develop-19223"
local _PLUGIN_VERSION = "1.5"
local _PLUGIN_URL = "https://www.toggledbits.com/" -- luacheck: ignore 211

local _CONFIGVERSION = 19223
Expand Down

0 comments on commit fc121fe

Please sign in to comment.