Skip to content

Commit

Permalink
docs: releases v.1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
halldwang committed Jun 28, 2020
1 parent bc2f912 commit afc26c9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions config/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import pack from '../package.json';

export default `/*
* bbo
* bbo is a useful utility collection library with zero dependencies.
* (c) 2011-2020
* bbo is a utility library of zero dependencies for javascript.
* (c) 2011 - 2020
* https://github.com/tnfe/bbo.git
* version ${pack.version}
*/
Expand Down
8 changes: 4 additions & 4 deletions dist/bbo.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* bbo
* bbo is a useful utility collection library with zero dependencies.
* (c) 2011-2020
* bbo is a utility library of zero dependencies for javascript.
* (c) 2011 - 2020
* https://github.com/tnfe/bbo.git
* version 1.1.16
* version 1.1.17
*/

(function (global, factory) {
Expand Down Expand Up @@ -96,7 +96,7 @@
throw new TypeError("Invalid attempt to destructure non-iterable instance");
}

var version = '1.1.16';
var version = '1.1.17';

var globalObject = null;

Expand Down
8 changes: 4 additions & 4 deletions dist/bbo.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bbo.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bbo",
"version": "1.1.16",
"description": "A utility belt library for modern JavaScript.",
"version": "1.1.17",
"description": "bbo is a utility library of zero dependencies for javascript.",
"homepage": "https://tnfe.github.io/bbo",
"author": "halldwang",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/util/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = '1.1.16';
const version = '1.1.17';

export default version;

0 comments on commit afc26c9

Please sign in to comment.