Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jneen committed Jun 13, 2013
1 parent 988bcd6 commit 0ce7b70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## version 3.1.0: 2013-06-13

* Add .p as an alias for .prototype
* slight minifier optimization

## version 3.0.2: 2013-04-04

* Build process fixes (thanks @danro!)
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": "pjs",
"version": "3.0.2",
"version": "3.1.0",
"description": "A lightweight class system. It's just prototypes!",
"keywords": ["class", "pjs", "P", "inheritance", "super"],
"author": "Jay Adkisson <jjmadkisson at gmail dot com>",
Expand Down

0 comments on commit 0ce7b70

Please sign in to comment.