diff --git a/tiny.lua b/tiny.lua index 7b16fc0..0ffaf6e 100644 --- a/tiny.lua +++ b/tiny.lua @@ -23,7 +23,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- @author Calvin Rose -- @license MIT -- @copyright 2015 -local tiny = { _VERSION = "scm" } +local tiny = { _VERSION = "1.3-1" } -- Local versions of standard lua functions local tinsert = table.insert