Skip to content

Commit

Permalink
update 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Feb 4, 2018
1 parent 442686e commit bf069a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/xe-utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* xe-utils.js v1.4.1
* xe-utils.js v1.5.0
* (c) 2017-2018 Xu Liangzhan
* ISC License.
*/
Expand Down Expand Up @@ -1215,7 +1215,7 @@
browse: browse, cookie: cookie, locat: locat
})
XEUtils.mixin = mixin
XEUtils.version = '1.4.1'
XEUtils.version = '1.5.0'

return XEUtils
}))
4 changes: 2 additions & 2 deletions dist/xe-utils.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 index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function mixin (methods) {
mixin(core)
mixin(browse)
XEUtils.mixin = mixin
XEUtils.version = '1.4.1'
XEUtils.version = '1.5.0'

export * from './src/core'
export * from './src/browse'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xe-utils",
"version": "1.4.1",
"version": "1.5.0",
"description": "XEUtils 一个轻量级的函数库,提供一套实用丰富函数",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bf069a4

Please sign in to comment.