README.md in dropzonejs-rails-0.7.3 vs README.md in dropzonejs-rails-0.7.4

- old
+ new

@@ -55,24 +55,27 @@ **DO NOT - I repeat - DO NOT bump version numbers.** Unless you **really** need to. ### Getting the latest version of Dropzone -1. Run `rake check` to see if there is a newer version of Dropzone available. -2. If **1.** tells you to do so, run `rake get` - it'll download the files four you. +1. Run `rake dropzone:check` to see if there is a newer version of Dropzone available. +2. If **1.** tells you that a new version is available, you can run `rake dropzone:replace` - it'll download the files for you. +3. If **1.** tells you that a new version is available, you can run `rake dropzone:bump` - it'll download the files, commit and release them for you. ## Changelog +* v0.7.4 + * Refactors rake tasks for better separation of concerns and a cleaner use. **#41 By [@thomasstephane](https://github.com/thomasstephane).** * v0.7.0 * Updates Dropzone to the 4.x branch * v0.5.1 * Moves assets to the `app/` directory so that Rails 4 adds them to the Sprockets pipeline. Kudos to @senny for pointing this out. * Fixes incorrect references to the old vendor/ directory. ## Licence (MIT) -(c) Copyright 2013-2016 José Nahuel Cuesta Luengo +(c) Copyright 2013-2017 José Nahuel Cuesta Luengo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,