Skip to content

Commit 54a1568

Browse files
authored
Merge pull request #100 from cyberbit/main
2 parents b36cf14 + 790640c commit 54a1568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/telem/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-- Telem by cyberbit
22
-- MIT License
3-
-- Version 0.9.0
3+
-- Version 0.9.1
44

55
local _Telem = {
6-
_VERSION = '0.9.0',
6+
_VERSION = '0.9.1',
77
util = require 'telem.lib.util',
88
input = require 'telem.lib.input',
99
output = require 'telem.lib.output',

0 commit comments

Comments
 (0)