diff --git a/HISTORY.md b/HISTORY.md index 48bb633..72f57c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -# UNRELEASED +# 0.3.0 (2014-11-25) * return NaN when not a number diff --git a/package.json b/package.json index 05a3ab7..c410c06 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Roman Shtylman ", "name": "num", "description": "arbitrary precision integer and decimal library in javascript", - "version": "0.2.3", + "version": "0.3.0", "repository": { "type": "git", "url": "git://github.com/defunctzombie/num.git" @@ -31,4 +31,4 @@ "Roman Shtylman ", "Vadim Graboys " ] -} +} \ No newline at end of file