소스 검색

Upgrade to release v4.0.1

Kartik Visweswaran 10 년 전
부모
커밋
de3edc435e
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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": [