diff --git a/Gemfile.lock b/Gemfile.lock
index babc36e..b64d017 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- etda_utilities (0.20.1)
+ etda_utilities (0.20.2)
GEM
remote: https://rubygems.org/
diff --git a/lib/etda_utilities/access_levels_for_partners.yml b/lib/etda_utilities/access_levels_for_partners.yml
index 195545e..bb0c938 100755
--- a/lib/etda_utilities/access_levels_for_partners.yml
+++ b/lib/etda_utilities/access_levels_for_partners.yml
@@ -6,11 +6,11 @@ graduate:
scope: released_for_publication
restricted_to_institution: 'Restricted (Penn State Only)'
restricted_to_institution_attr:
- description_html: 'Access restricted to individuals having a valid Penn State Access Account, for a period of two years. Allows restricted access of the entire work beginning immediately after degree conferral. At the end of the two-year period, the status will automatically change to Open Access. Intended for use by authors in cases where prior public release of the work may compromise its acceptance for publication. After the conferral of the degree, abstracts for all doctoral dissertations and master's theses, whether Open Access, Restricted (Penn State) or Restricted, become accessible worldwide.'
+ description_html: Access restricted to individuals having a valid Penn State Access Account, for a period of two years. Allows restricted access of the entire work beginning immediately after degree conferral. At the end of the two-year period, the status will automatically change to Open Access. Intended for use by authors in cases where prior public release of the work may compromise its acceptance for publication. After the conferral of the degree, abstracts for all doctoral dissertations and master's theses, whether Open Access, Restricted (Penn State) or Restricted, become accessible worldwide.
scope: final_restricted_institution
restricted: 'Restricted'
restricted_attr:
- description_html: 'Restricts the entire work for the purpose of filing a patent. At the end of the two-year period, the status will automatically change to Open Access. Selection of this option requires that an invention disclosure (ID) be filed with the Office of Technology Management (OTM) prior to submission of the final thesis/dissertation, and confirmed by OTM. After the conferral of the degree, abstracts for all doctoral dissertations and master's theses, whether Open Access, Restricted (Penn State) or Restricted, become accessible worldwide.'
+ description_html: Restricts the entire work for the purpose of filing a patent. At the end of the two-year period, the status will automatically change to Open Access. Selection of this option requires that an invention disclosure (ID) be filed with the Office of Technology Management (OTM) prior to submission of the final thesis/dissertation, and confirmed by OTM. After the conferral of the degree, abstracts for all doctoral dissertations and master's theses, whether Open Access, Restricted (Penn State) or Restricted, become accessible worldwide.
scope: final_withheld
no_access: ''
no_access_attr:
diff --git a/lib/etda_utilities/version.rb b/lib/etda_utilities/version.rb
index 6033f88..ed1e2f3 100755
--- a/lib/etda_utilities/version.rb
+++ b/lib/etda_utilities/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module EtdaUtilities
- VERSION = "0.20.1"
+ VERSION = "0.20.2"
end