bump version to 3.2.0

This commit is contained in:
kikito 2015-11-23 23:37:54 +01:00
parent 15f6c82c50
commit 28c745f99e
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
middleclass changelog
====================
Version 3.2.0
* Changed the way metamethods were handled to fix certain bugs (un-stubbed metamethods could not be inherited)
Version 3.1.0
* Added Lua 5.3 metamethod support (`__band`, `__bor`, `__bxor`, `__shl`, `__bnot`)

View File

@ -1,5 +1,5 @@
local middleclass = {
_VERSION = 'middleclass v3.1.0',
_VERSION = 'middleclass v3.2.0',
_DESCRIPTION = 'Object Orientation for Lua',
_URL = 'https://github.com/kikito/middleclass',
_LICENSE = [[