Browse Source

Upgrade to release v4.0.1

Kartik Visweswaran 10 years ago
parent
commit
de3edc435e
2 changed files with 3 additions and 3 deletions
  1. 1 1
      bower.json
  2. 2 2
      composer.json

+ 1 - 1
bower.json

@@ -5,7 +5,7 @@
     "authors": [
         "Kartik Visweswaran <[email protected]>"
     ],
-    "description": "An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, and more features.",
+    "description": "An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, ajax uploads, and more features.",
     "main": [
         "./css/fileinput.min.css",
         "./js/fileinput.min.js"

+ 2 - 2
composer.json

@@ -1,7 +1,7 @@
 {
     "name": "kartik-v/bootstrap-fileinput",
-    "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, and more.",
-    "keywords": ["bootstrap", "jquery", "file", "input", "preview", "upload", "image", "multiple"],
+    "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.",
+    "keywords": ["bootstrap", "jquery", "file", "input", "preview", "upload", "image", "multiple", "ajax", "progress"],
     "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
     "license": "BSD 3-Clause",
     "authors": [