Skip to content

Commit

Permalink
+ 1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
nuysoft committed Dec 16, 2015
1 parent 7ed2a84 commit cec3cd2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/mock-min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ return /******/ (function(modules) { // webpackBootstrap
_mocked: {}
}

Mock.version = '1.0.0-beta1'
Mock.version = '1.0.0-beta2'

// 避免循环依赖
if (XHR) XHR.Mock = Mock
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mockjs",
"title": "Mock.js",
"description": "生成随机数据 & 拦截 Ajax 请求",
"version": "1.0.0-beta1",
"version": "1.0.0-beta2",
"homepage": "http://mockjs.com/",
"keywords": [
"mock",
Expand Down
2 changes: 1 addition & 1 deletion src/mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var Mock = {
_mocked: {}
}

Mock.version = '1.0.0-beta1'
Mock.version = '1.0.0-beta2'

// 避免循环依赖
if (XHR) XHR.Mock = Mock
Expand Down

0 comments on commit cec3cd2

Please sign in to comment.