From c7ddd4c65b9043ed7ced6fe669b633fbff43eb16 Mon Sep 17 00:00:00 2001 From: Rebecca Lu Date: Thu, 7 Sep 2017 17:01:37 +0800 Subject: [PATCH] patch(1.1.1) update version --- README.md | 2 +- gulpfile.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9745ff8..7a8fca2 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/gulpfile.js b/gulpfile.js index 1de4b61..b74f47c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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()) diff --git a/package.json b/package.json index 593c6f2..4c4c952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lls-wx-recorder", - "version": "1.1.0", + "version": "1.1.1", "description": "流利说微信在线打分SDK", "main": "lib", "scripts": {