Skip to content

Commit cfc81b8

Browse files
author
Thomas Johnson
authored
Merge pull request #3221 from samvera/release-2.2.1
Version bump to 2.2.1
2 parents 052a080 + 53df9b7 commit cfc81b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The Samvera community is here to help. Please see our [support guide](./.github/
6262
# Getting started
6363

6464
This document contains instructions specific to setting up an app with __Hyrax
65-
v2.2.0__. If you are looking for instructions on installing a different
65+
v2.2.1__. If you are looking for instructions on installing a different
6666
version, be sure to select the appropriate branch or tag from the drop-down
6767
menu above.
6868

@@ -161,7 +161,7 @@ NOTE: The steps need to be done in order to create a new Hyrax based app.
161161
Generate a new Rails application using the template.
162162

163163
```
164-
rails _5.1.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.2.0/template.rb
164+
rails _5.1.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.2.1/template.rb
165165
```
166166

167167
Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including:

lib/hyrax/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyrax
2-
VERSION = '2.2.0'.freeze
2+
VERSION = '2.2.1'.freeze
33
end

template.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gem 'hyrax', '2.2.0'
1+
gem 'hyrax', '2.2.1'
22
run 'bundle install'
33
generate 'hyrax:install', '-f'
44
rails_command 'db:migrate'

0 commit comments

Comments
 (0)