Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dfilatov committed Jun 4, 2014
1 parent 75140b7 commit 7f4c002
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @module inherit
* @version 2.2.1
* @version 2.2.2
* @author Filatov Dmitry <[email protected]>
* @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
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 7f4c002

Please sign in to comment.