Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbit authored May 21, 2024
1 parent b861218 commit 12ad7c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5.1
-- Version 0.5.2

local _Telem = {
_VERSION = '0.5.1',
_VERSION = '0.5.2',
util = require 'telem.lib.util',
input = require 'telem.lib.input',
output = require 'telem.lib.output',
Expand All @@ -21,4 +21,4 @@ if #args < 1 or type(package.loaded['telem']) ~= 'table' then
print(' * A command-line interface is not yet implemented, please use require()')
end

return _Telem
return _Telem

0 comments on commit 12ad7c3

Please sign in to comment.