Skip to content

Commit

Permalink
Bump to v2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Elhebert authored Jan 30, 2017
2 parents fcac411 + 9f7c609 commit 2fee499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ These wrap a Fine Uploader instance for use in Vue Fine Uploader. They provide a

### Installing

Two dependencies that you will need to install yourself: an A+/Promise spec compliant polyfill (for IE11) and VueJS 2 (which is a peer dependency). This version is still in beta, thus, not yet available on npm, clone this repository to use it.
Two dependencies that you will need to install yourself: an A+/Promise spec compliant polyfill (for IE11) and VueJS 2 (which is a peer dependency). This version is still in beta.

[//]: # "Simply `npm install vue-fine-uploader` and see the documentation for your specific integration instructions (based on your needs)."
Simply `npm install vue-fine-uploader@v2.0.0-rc.2` and see the documentation for your specific integration instructions (based on your needs).

### Wrapper Classes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-fineuploader",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"license": "MIT",
"description": "VueJS 2 components for using Fine Uploader in a Vue based project.",
"homepage": "https://github.com/Elhebert/vue-fineuploader#readme",
Expand Down

0 comments on commit 2fee499

Please sign in to comment.