Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctzombie committed Nov 25, 2014
1 parent 03729ab commit 1b680ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UNRELEASED
# 0.3.0 (2014-11-25)

* return NaN when not a number

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Roman Shtylman <shtylman@gmail.com>",
"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"
Expand Down Expand Up @@ -31,4 +31,4 @@
"Roman Shtylman <shtylman@gmail.com>",
"Vadim Graboys <dimva13@gmail.com>"
]
}
}

0 comments on commit 1b680ff

Please sign in to comment.