Skip to content

Bump to version 2.4.1 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A gem that uses [angular-file-upload](https://github.com/nervgh/angular-file-upl
Add this line to your application's Gemfile:

```ruby
gem 'angularjs-file-upload-rails', '~> 2.2.0'
gem 'angularjs-file-upload-rails', '~> 2.4.1'
```

And then execute:
Expand Down Expand Up @@ -42,7 +42,7 @@ read more about the options in [angular-file-upload-wiki](https://github.com/ner
\* *assuming that you have setup an ```angularjs``` correctly in your rails app

```ruby
gem 'angularjs-file-upload-rails', '~> 2.2.0'
gem 'angularjs-file-upload-rails', '~> 2.4.1'
gem 'carrierwave'
gem 'rails', '4.2.5.1'
```
Expand Down
Loading