Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Dec 28, 2011
1 parent 9611f58 commit 0e4e039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes #

## 0.3.2 / 2011-12-29

- Fix `package.json` so that npm no longer complains.

## 0.3.1 / 2011-12-29

- Enable compatibility with latest nodes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "selfish",
"id": "selfish",
"version": "0.3.1",
"version": "0.3.2",
"description": "Class-free, pure prototypal inheritance",
"keywords": [ "oop", "inheritance", "prototype", "class", "micro", "class-free" ],
"author": "Irakli Gozalishvili <[email protected]> (http://jeditoolkit.com)",
Expand Down

0 comments on commit 0e4e039

Please sign in to comment.