README.md in dropzonejs-rails-0.1.7 vs README.md in dropzonejs-rails-0.1.8
- old
+ new
@@ -1,8 +1,12 @@
# dropzonejs-rails
Integrate [Matias Meno's Dropzone](http://www.dropzonejs.com/) awesome file upload JS library right into the Asset pipeline of your Rails apps.
+## Version
+
+The latest version of this gem bundles **Dropzone v2.0.15**.
+
## Installation and usage
First add `dropzonejs-rails` to your Gemfile and, as you already know, `bundle` it and then restart your Rails app:
```ruby