From 96771fcd0e062dc7040933db85de37c42e55ac5c Mon Sep 17 00:00:00 2001 From: Manjunath Davanam Date: Fri, 5 Oct 2018 13:03:30 +0530 Subject: [PATCH] Issue #SB-7316 fix: gulp file changes updated the upload plugin version to 1.3 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 90b8c82..ce93beb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -219,7 +219,7 @@ gulp.task('zip', ['minify', 'inject', 'replace', 'packageCorePlugins'], function gulp.task('build', ['minify', 'inject', 'replace', 'packageCorePlugins', 'zip']); var corePlugins = [ - "org.ekstep.uploadcontent-1.2", + "org.ekstep.uploadcontent-1.3", ] gulp.task('minifyCorePlugins', function() {