From 2db182db1b711cdb5d9a24203da4d1decb2b8d00 Mon Sep 17 00:00:00 2001 From: lealife Date: Mon, 23 Jan 2017 17:43:41 +0800 Subject: [PATCH] 2.3 released --- Gulpfile.js | 2 +- bin/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gulpfile.js b/Gulpfile.js index d9b9265..e0c4f6c 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -340,7 +340,7 @@ gulp.task('tinymce', function() { var cp = require('child_process'); - var bundleCmd = 'grunt bundle --themes leanote --plugins autolink,link,leaui_image,lists,hr,paste,searchreplace,leanote_nav,leanote_code,tabfocus,table,directionality,textcolor'; + var bundleCmd = 'grunt bundle --themes leanote --plugins autolink,link,leaui_image,leaui_mindmap,lists,hr,paste,searchreplace,leanote_nav,leanote_code,tabfocus,table,directionality,textcolor'; // build cp.exec('grunt minify', {cwd: tinymceBase}, function(err, stdout, stderr) { console.log('stdout: ' + stdout); diff --git a/bin/release.sh b/bin/release.sh index 08b0b8b..d58867e 100644 --- a/bin/release.sh +++ b/bin/release.sh @@ -9,7 +9,7 @@ SP=$(cd "$(dirname "$0")"; pwd) tmp="/Users/life/Desktop/leanote_release" # version -V="v2.2.1" +V="v2.3" ##================================= # 1. 先build 成 3个平台, 2种bit = 6种