forked from AliasAlreadyTaken/yl_matterbridge
v1.0.3 Release to cdb
This commit is contained in:
parent
fa3d6b1589
commit
604f8dc0d3
7
init.lua
7
init.lua
@ -1,4 +1,4 @@
|
|||||||
-- Version 1.0.2
|
-- Version 1.0.3
|
||||||
-- Author AliasAlreadyTaken
|
-- Author AliasAlreadyTaken
|
||||||
-- License MIT
|
-- License MIT
|
||||||
|
|
||||||
@ -8,7 +8,8 @@
|
|||||||
-- 0.0.2 Feature complete including settings
|
-- 0.0.2 Feature complete including settings
|
||||||
-- 1.0.0 Ready for release
|
-- 1.0.0 Ready for release
|
||||||
-- 1.0.1 Bugfix https://gitea.your-land.de/your-land/bugtracker/issues/1646
|
-- 1.0.1 Bugfix https://gitea.your-land.de/your-land/bugtracker/issues/1646
|
||||||
-- 1.0.2 Bugfix settingtypes: bool instead of boolean
|
-- 1.0.2 Bugfix settingtypes: bool instead of boolean
|
||||||
|
-- 1.0.3 Release to cdb
|
||||||
|
|
||||||
local mod_start_time = core.get_us_time()
|
local mod_start_time = core.get_us_time()
|
||||||
core.log("action", "[MOD] yl_matterbridge loading")
|
core.log("action", "[MOD] yl_matterbridge loading")
|
||||||
@ -20,7 +21,7 @@ yl_matterbridge = {}
|
|||||||
--yl_matterbridge.worldpath = core.get_worldpath() .. DIR_DELIM
|
--yl_matterbridge.worldpath = core.get_worldpath() .. DIR_DELIM
|
||||||
|
|
||||||
yl_matterbridge.information = {}
|
yl_matterbridge.information = {}
|
||||||
yl_matterbridge.information.version = "1.0.2"
|
yl_matterbridge.information.version = "1.0.3"
|
||||||
yl_matterbridge.information.author = "AliasAlreadyTaken"
|
yl_matterbridge.information.author = "AliasAlreadyTaken"
|
||||||
yl_matterbridge.information.license = "MIT"
|
yl_matterbridge.information.license = "MIT"
|
||||||
yl_matterbridge.information.name = "yl_matterbridge"
|
yl_matterbridge.information.name = "yl_matterbridge"
|
||||||
|
Loading…
Reference in New Issue
Block a user