Skip to content

Commit

Permalink
fix: bump version and build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Nov 13, 2018
1 parent 59c590e commit 2ce1b1b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* license: MIT (http://opensource.org/licenses/MIT)
* author: Heather Arthur <[email protected]>
* homepage: https://github.com/brainjs/brain.js#readme
* version: 1.4.8
* version: 1.4.9
*
* acorn:
* license: MIT (http://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -5304,6 +5304,7 @@ var DataFormatter = function () {
dataFormatter.characterTable = json.characterTable;
dataFormatter.values = json.values;
dataFormatter.characters = json.characters;
dataFormatter.specialIndexes = json.specialIndexes;
return dataFormatter;
}
}]);
Expand Down
13 changes: 7 additions & 6 deletions browser.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/utilities/data-formatter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utilities/data-formatter.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brain.js",
"description": "Neural network library",
"version": "1.4.8",
"version": "1.4.9",
"author": "Heather Arthur <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2ce1b1b

Please sign in to comment.