diff --git a/src/telem/init.lua b/src/telem/init.lua index 20b65ea..ecbbf34 100644 --- a/src/telem/init.lua +++ b/src/telem/init.lua @@ -1,9 +1,9 @@ -- Telem by cyberbit -- MIT License --- Version 0.7.0 +-- Version 0.7.1 local _Telem = { - _VERSION = '0.7.0', + _VERSION = '0.7.1', util = require 'telem.lib.util', input = require 'telem.lib.input', output = require 'telem.lib.output', diff --git a/src/telem/vendor/init.lua b/src/telem/vendor/init.lua index 1955046..7764eef 100644 --- a/src/telem/vendor/init.lua +++ b/src/telem/vendor/init.lua @@ -1,6 +1,6 @@ -- Telem Vendor Loader by cyberbit -- MIT License --- Version 0.7.0 +-- Version 0.7.1 -- Submodules are copyright of their respective authors. For licensing, see https://github.com/cyberbit/telem/blob/main/LICENSE if package.path:find('telem/vendor') == nil then package.path = package.path .. ';telem/vendor/?;telem/vendor/?.lua;telem/vendor/?/init.lua' end