Skip to content

Commit

Permalink
Docs+version update
Browse files Browse the repository at this point in the history
  • Loading branch information
dkraczkowski committed Apr 28, 2016
1 parent 223a99d commit cbd87a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ advanced oop features `js.class` is a good choice.

Version History
===============
### 2.7.1
Improved behaviour where static had to be called at the end of definition
### 2.7.0
Added `getClass` method
### 2.6.1
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js.class",
"version": "2.7.0",
"version": "2.7.1",
"homepage": "https://github.com/dkraczkowski/js.class",
"authors": [
"Dawid Kraczkowski <dawid.kraczkowski+github@gmail.com>"
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": "js.class",
"version": "2.7.0",
"version": "2.7.1",
"description": "JS.Class simplifies OOP in javascript",
"homepage": "http://dkraczkowski.github.io/js.class",
"keywords": [
Expand Down

0 comments on commit cbd87a1

Please sign in to comment.