From 7f4c002a1013c844acae9a61b7e0eed09714ee9e Mon Sep 17 00:00:00 2001 From: dfilatov Date: Wed, 4 Jun 2014 16:05:24 +0400 Subject: [PATCH] 2.2.2 --- lib/inherit.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"],