Skip to content

Commit

Permalink
v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcl committed Oct 2, 2015
1 parent 277e8a8 commit bc66aa9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ See LICENCE.

## Change Log

####4.0.3
* 2/10/2015 Internal round function bugfix.

####4.0.2
* 20/02/2015 Add bower.json. Add source map. Amend travis CI. Amend doc/comments.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decimal.js",
"main": "decimal.js",
"version": "4.0.2",
"version": "4.0.3",
"homepage": "https://github.com/MikeMcl/decimal.js",
"authors": [
"Michael Mclaughlin <M8ch88l@gmail.com>"
Expand Down
4 changes: 2 additions & 2 deletions decimal.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*! decimal.js v4.0.2 https://github.com/MikeMcl/decimal.js/LICENCE */
/*! decimal.js v4.0.3 https://github.com/MikeMcl/decimal.js/LICENCE */
;(function (global) {
'use strict';


/*
* decimal.js v4.0.2
* decimal.js v4.0.3
* An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js
* Copyright (c) 2014 Michael Mclaughlin <M8ch88l@gmail.com>
Expand Down
Loading

0 comments on commit bc66aa9

Please sign in to comment.