mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +00:00
bump version to 3.1.0
This commit is contained in:
parent
a5a334c775
commit
9fb0f72a74
@ -1,6 +1,10 @@
|
||||
middleclass changelog
|
||||
====================
|
||||
|
||||
Version 3.1.0
|
||||
|
||||
* Added Lua 5.3 metamethod support (`__band`, `__bor`, `__bxor`, `__shl`, `__bnot`)
|
||||
|
||||
Version 3.0.1
|
||||
|
||||
* Added `__len`, `__ipairs` and `__pairs` metamethods for Lua 5.2
|
||||
|
@ -1,5 +1,5 @@
|
||||
local middleclass = {
|
||||
_VERSION = 'middleclass v3.0.1',
|
||||
_VERSION = 'middleclass v3.1.0',
|
||||
_DESCRIPTION = 'Object Orientation for Lua',
|
||||
_URL = 'https://github.com/kikito/middleclass',
|
||||
_LICENSE = [[
|
||||
|
Loading…
Reference in New Issue
Block a user