Skip to content

Commit d935dbc

Browse files
author
Thomas Johnson
authored
Merge pull request #3275 from samvera/release-v2.0.3
Release v2.0.3
2 parents bc95559 + 7fd643b commit d935dbc

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
@@ -63,7 +63,7 @@ The Samvera community is here to help. Please see our [support guide](./.github/
6363
# Getting started
6464

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

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

162162
```
163-
rails _5.0.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.0.1/template.rb
163+
rails _5.0.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.0.3/template.rb
164164
```
165165

166166
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.0.2'.freeze
2+
VERSION = '2.0.3'.freeze
33
end

template.rb

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

0 commit comments

Comments
 (0)