Skip to content

Commit

Permalink
Update README in preparation for 6.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan committed Dec 10, 2015
1 parent e82c99e commit 4abe973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you have questions or need help, please email [the Hydra community tech list]
# Creating a Sufia-based app

This document contains instructions specific to setting up an app with __Sufia
v6.4.0__. If you are looking for instructions on installing a different
v6.5.0__. If you are looking for instructions on installing a different
version, be sure to select the appropriate branch or tag from the drop-down
menu above.

Expand Down Expand Up @@ -142,7 +142,7 @@ rails new my_app
Add the following lines to your application's Gemfile.

```
gem 'sufia', '6.4.0'
gem 'sufia', '6.5.0'
gem 'kaminari', github: 'jcoyne/kaminari', branch: 'sufia' # required to handle pagination properly in dashboard. See https://github.com/amatsuda/kaminari/pull/322
```

Expand Down

0 comments on commit 4abe973

Please sign in to comment.