upgrade rc-upload to 1.6.x

This commit is contained in:
afc163 2015-09-21 11:34:14 +08:00
parent d8a2325653
commit 961b990f07
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ var Upload = antd.Upload;
var message = antd.message;
var props = {
name: 'file',
action: '/upload.do',
onChange(info) {
if (info.file.status !== 'uploading') {

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "0.9.1-beta10",
"version": "0.9.1-beta11",
"stableVersion": "0.9.0",
"title": "Ant Design",
"description": "一个 UI 设计语言",
@ -58,7 +58,7 @@
"rc-tabs": "~5.3.2",
"rc-tooltip": "~2.6.4",
"rc-tree": "~0.15.4",
"rc-upload": "~1.5.0",
"rc-upload": "~1.6.4",
"rc-util": "~2.0.3",
"react-slick": "~0.7.0",
"reqwest-without-xhr2": "~2.0.2",