Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hustKiwi committed Jul 4, 2014
1 parent 151e925 commit c77c599
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muplayer",
"version": "0.9.1",
"version": "0.9.2",
"authors": [
"https://github.com/Baidu-Music-FE"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/player.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @license
// Baidu Music Player: 0.9.1
// Baidu Music Player: 0.9.2
// -------------------------
// (c) 2014 FE Team of Baidu Music
// Can be freely distributed under the BSD license.
Expand All @@ -20,7 +20,7 @@
return $.extend({
namespace: root._mu,
debug: false,
version: '0.9.1',
version: '0.9.2',
timerResolution: 25,
cdn: 'http://apps.bdimg.com/libs/muplayer/',
engine: {
Expand Down
4 changes: 2 additions & 2 deletions dist/player.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/zepto-player.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @license
// Baidu Music Player: 0.9.1
// Baidu Music Player: 0.9.2
// -------------------------
// (c) 2014 FE Team of Baidu Music
// Can be freely distributed under the BSD license.
Expand Down Expand Up @@ -310,7 +310,7 @@
return $.extend({
namespace: root._mu,
debug: false,
version: '0.9.1',
version: '0.9.2',
timerResolution: 25,
cdn: 'http://apps.bdimg.com/libs/muplayer/',
engine: {
Expand Down
4 changes: 2 additions & 2 deletions dist/zepto-player.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/core/cfg.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ do (root = this, factory = () ->
return $.extend({
namespace: root._mu
debug: false
version: '0.9.1'
version: '0.9.2'

# XXX: timerResolution = 25ms是最小的计时粒度,
# 这个不经测试调优就尽量不要改, 会影响部分统计数据和性能。
Expand Down

0 comments on commit c77c599

Please sign in to comment.