Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pstadler committed Jul 29, 2016
1 parent ec00f2c commit 58548cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

Lightweight, extensible data transfer object (DTO) library for Node.js and browser environments.

Please note that this library is currently not running on Node.js 5.x due to compatibility issues with the new class inheritance model.
Please note that this library is currently not running on Node.js >= 5.x due to compatibility issues with the new class inheritance model.

## Install

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dtox",
"version": "0.1.1",
"version": "0.2.0",
"description": "Lightweight, extensible data transfer object library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 58548cc

Please sign in to comment.