bump version to 3.1.0

This commit is contained in:
kikito 2015-11-02 17:37:30 +01:00
parent a5a334c775
commit 9fb0f72a74
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 = [[