Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfilatov committed Mar 15, 2014
1 parent 447bdad commit 1fd10e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/inherit.js
@@ -1,6 +1,6 @@
/**
* @module inherit
* @version 2.2.0
* @version 2.2.1
* @author Filatov Dmitry <dfilatov@yandex-team.ru>
* @description This module provides some syntax sugar for "class" declarations, constructors, mixins, "super" calls and static members.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "inherit",
"version" : "2.2.0",
"version" : "2.2.1",
"description" : "Inheritance module for Node.js and browsers",
"homepage" : "https://github.com/dfilatov/node-inherit",
"keywords" : ["class", "prototype", "inheritance", "mixins", "static"],
Expand Down

0 comments on commit 1fd10e5

Please sign in to comment.