Skip to content

Commit 440e62a

Browse files
committed
feat(release): release v1.0.15
1 parent 9216ce2 commit 440e62a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hotbox",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"main": [
55
"hotbox.js",
66
"hotbox.css"

hotbox.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*!
22
* ====================================================
3-
* Hot Box UI - v1.0.14 - 2015-11-02
3+
* Hot Box UI - v1.0.15 - 2017-05-05
44
* https://github.com/fex-team/hotbox
55
* GitHub: https://github.com/fex-team/hotbox.git
6-
* Copyright (c) 2015 Baidu FEX; Licensed BSD
6+
* Copyright (c) 2017 Baidu FEX; Licensed BSD
77
* ====================================================
88
*/
99

@@ -807,7 +807,7 @@ _p[4] = {
807807
var n = 9;
808808
do {
809809
keymap[n.toString()] = n + 48;
810-
} while (--n);
810+
} while (n--);
811811
module.exports = keymap;
812812
}
813813
};

hotbox.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hotbox",
33
"title": "Hot Box UI",
44
"description": "Efficiency And Flexible Editor UI",
5-
"version": "1.0.14",
5+
"version": "1.0.15",
66
"homepage": "https://github.com/fex-team/hotbox",
77
"author": {
88
"name": "Baidu FEX",

0 commit comments

Comments
 (0)