Skip to content

Commit

Permalink
patch(1.1.1) update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Y--p--Y committed Sep 7, 2017
1 parent 270c64a commit c7ddd4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ http://hybrid.liulishuo.com/lls-wx-recorder/wx.html

## 微信SDK使用方法
### 引入
1. 在需要调用JS接口的页面引入微信SDK以及如下JS文件: //cdn.llscdn.com/hybrid/lls-wx-recorder/llsWxRecorder-v1.1.0.js。或通过npm
1. 在需要调用JS接口的页面引入微信SDK以及如下JS文件: //cdn.llscdn.com/hybrid/lls-wx-recorder/llsWxRecorder-v1.1.1.js。或通过npm
```
npm i lls-wx-recorder -S
```
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const eslint = require('gulp-eslint');
const runSequence = require('run-sequence');
const del = require('del');

const version = '1.1.0';
const version = '1.1.1';

gulp.task('lint', () => {
return gulp.src('src/**').pipe(eslint())
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": "lls-wx-recorder",
"version": "1.1.0",
"version": "1.1.1",
"description": "流利说微信在线打分SDK",
"main": "lib",
"scripts": {
Expand Down

0 comments on commit c7ddd4c

Please sign in to comment.