Skip to content

Commit

Permalink
Merge pull request #3281 from samvera/release-1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
Thomas Johnson authored Sep 19, 2018
2 parents ca4447a + 87bbec1 commit 125eec3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you have questions or need help, please email [the Samvera community tech lis
# Getting started

This document contains instructions specific to setting up an app with __Hyrax
v1.1.0__. If you are looking for instructions on installing a different
v1.1.1__. 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 @@ -133,7 +133,7 @@ Rails requires that you have a JavaScript runtime -- for example, nodejs -- inst
Generate a new Rails application using the template.

```
rails new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v1.1.0/template.rb
rails new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v1.1.1/template.rb
```

Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including:
Expand Down
2 changes: 1 addition & 1 deletion lib/hyrax/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hyrax
VERSION = '1.1.0'.freeze
VERSION = '1.1.1'.freeze
end
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gem 'hyrax', '1.1.0'
gem 'hyrax', '1.1.1'

run 'bundle install'

Expand Down

0 comments on commit 125eec3

Please sign in to comment.