Skip to content

Commit

Permalink
Merge pull request #44 from emory-libraries/abel-release_v2024_05_03
Browse files Browse the repository at this point in the history
Change plugin version to next release
  • Loading branch information
abelemlih authored May 3, 2024
2 parents 8c7666e + 56865e5 commit be8b8e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion development/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AppConfig[:emory_ga_tracking_public] = ''
AppConfig[:pui_branding_img] = '/assets/images/shield.svg'
AppConfig[:pui_branding_img_alt_text] = 'Emory University Libraries Logo'
AppConfig[:emory_plugins_version] = 'v2023-07-10'
AppConfig[:emory_plugins_version] = 'v2024-05-03'
AppConfig[:container_management_labels_pagesize] = {
"avery-5163" => {
"size" => "letter",
Expand Down
2 changes: 1 addition & 1 deletion production/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AppConfig[:emory_ga_tracking_public] = 'G-83TR9951KC'
AppConfig[:pui_branding_img] = '/assets/images/shield.svg'
AppConfig[:pui_branding_img_alt_text] = 'Emory University Libraries Logo'
AppConfig[:emory_plugins_version] = 'v2023-07-10'
AppConfig[:emory_plugins_version] = 'v2024-05-03'
AppConfig[:container_management_labels_pagesize] = {
"avery-5163" => {
"size" => "letter",
Expand Down
2 changes: 1 addition & 1 deletion test/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AppConfig[:emory_ga_tracking_public] = 'G-83TR9951KC'
AppConfig[:pui_branding_img] = '/assets/images/shield.svg'
AppConfig[:pui_branding_img_alt_text] = 'Emory University Libraries Logo'
AppConfig[:emory_plugins_version] = 'v2023-07-10'
AppConfig[:emory_plugins_version] = 'v2024-05-03'
AppConfig[:container_management_labels_pagesize] = {
"avery-5163" => {
"size" => "letter",
Expand Down

0 comments on commit be8b8e1

Please sign in to comment.