From 072d5618666599d6b819de47effb7dde5517f16a Mon Sep 17 00:00:00 2001 From: Ray Nicholus Date: Thu, 11 Aug 2016 22:15:45 -0500 Subject: [PATCH] fix(Makefile): traditional endpoint jquery js files missing from zip fixes #1639 --- Makefile | 4 +--- client/js/version.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 00a2e21c4..b19b14fbb 100644 --- a/Makefile +++ b/Makefile @@ -351,7 +351,7 @@ common-zip-files = \ fine-uploader*.css* zip-traditional: - (cd $(build-out-dir) ; zip fine-uploader.zip $(common-zip-files) fine-uploader*.*) + (cd $(build-out-dir) ; zip fine-uploader.zip $(common-zip-files) fine-uploader*.* jquery.fine-uploader*.*) zip-s3: (cd $(build-out-dir) ; zip s3.fine-uploader.zip $(common-zip-files) s3*.*) @@ -420,8 +420,6 @@ else (cd $(pub-dir) ; npm publish) endif - - publish: \ clean \ build \ diff --git a/client/js/version.js b/client/js/version.js index ef189b6e9..25c21990c 100644 --- a/client/js/version.js +++ b/client/js/version.js @@ -1,2 +1,2 @@ /*global qq */ -qq.version = "5.11.3"; +qq.version = "5.11.4"; diff --git a/package.json b/package.json index c2dfae213..8d80b9789 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fine-uploader", "title": "Fine Uploader", "main": "lib/traditional.js", - "version": "5.11.3", + "version": "5.11.4", "description": "Multiple file upload plugin with progress-bar, drag-and-drop, direct-to-S3 & Azure uploading, client-side image scaling, preview generation, form support, chunking, auto-resume, and tons of other features.", "keywords": [ "amazon",