Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Nov 13, 2015
1 parent 9a92cad commit d60a6e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/filesize.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @license BSD-3-Clause
* @link http://filesizejs.com
* @module filesize
* @version 3.1.3
* @version 3.1.4
*/
( global ) => {
const bit = /b$/;
Expand Down
2 changes: 1 addition & 1 deletion lib/filesize.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @license BSD-3-Clause
* @link http://filesizejs.com
* @module filesize
* @version 3.1.3
* @version 3.1.4
*/
"use strict";

Expand Down
2 changes: 1 addition & 1 deletion lib/filesize.min.js

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

2 changes: 1 addition & 1 deletion lib/filesize.min.js.map

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filesize",
"description": "JavaScript library to generate a human readable String describing the file size",
"version": "3.1.3",
"version": "3.1.4",
"homepage": "http://filesizejs.com",
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"repository": {
Expand Down

0 comments on commit d60a6e2

Please sign in to comment.