Skip to content

Commit

Permalink
🤖 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbit committed Jun 16, 2024
1 parent 928965d commit 7fa8329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/telem/init.lua
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/telem/vendor/init.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7fa8329

Please sign in to comment.