Skip to content

Commit 46befe3

Browse files
committed
updates version
1 parent 6ccdccf commit 46befe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local utils = require('array.utils')
33
local array
44

55
array = {
6-
__VERSION = '1.3.4',
6+
__VERSION = '1.3.5',
77
__DESCRIPTION = "A small library with useful methods to handle Lua's table when it's working like an Array",
88
__LICENSE = [[
99
The MIT License (MIT)

0 commit comments

Comments
 (0)