We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccdccf commit 46befe3Copy full SHA for 46befe3
src/array/init.lua
@@ -3,7 +3,7 @@ local utils = require('array.utils')
3
local array
4
5
array = {
6
- __VERSION = '1.3.4',
+ __VERSION = '1.3.5',
7
__DESCRIPTION = "A small library with useful methods to handle Lua's table when it's working like an Array",
8
__LICENSE = [[
9
The MIT License (MIT)
0 commit comments