Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
feat(package.json): upgrade minimal FU version
Browse files Browse the repository at this point in the history
Also prepare for 0.3.0 release.
#3
#54
  • Loading branch information
rnicholus committed Dec 13, 2016
1 parent 5a8807c commit e9a24df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-fine-uploader",
"version": "0.2.1",
"version": "0.3.0",
"license": "MIT",
"description": "React UI components for using Fine Uploader in a React-based project.",
"author": {
Expand All @@ -25,7 +25,7 @@
"react-addons-css-transition-group": "0.14.x || 15.x.x"
},
"dependencies": {
"fine-uploader": ">=5.11.5 <6.0.0",
"fine-uploader": ">=5.11.10 <6.0.0",
"object-assign": "4.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit e9a24df

Please sign in to comment.