diff --git a/lib/inherit.js b/lib/inherit.js index 1a51b51..c83b7d7 100644 --- a/lib/inherit.js +++ b/lib/inherit.js @@ -1,6 +1,6 @@ /** * @module inherit - * @version 2.2.1 + * @version 2.2.2 * @author Filatov Dmitry * @description This module provides some syntax sugar for "class" declarations, constructors, mixins, "super" calls and static members. */ diff --git a/package.json b/package.json index 08abb12..588be40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "inherit", - "version" : "2.2.1", + "version" : "2.2.2", "description" : "Inheritance module for Node.js and browsers", "homepage" : "https://github.com/dfilatov/node-inherit", "keywords" : ["class", "prototype", "inheritance", "mixins", "static"],