From f6877f6c22c04bef0e7cddb3ac77e0cfa6ff217e Mon Sep 17 00:00:00 2001 From: "Justin Craig-Kuhn (JCK)" Date: Thu, 7 Nov 2024 23:06:06 -0800 Subject: [PATCH] Tweak yearly cover art --- app/api/api_v2/years.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/api/api_v2/years.rb b/app/api/api_v2/years.rb index 60faaeb9..6e1d8a62 100644 --- a/app/api/api_v2/years.rb +++ b/app/api/api_v2/years.rb @@ -22,12 +22,12 @@ class ApiV2::Years < ApiV2::Base "2011" => "2011-06-30", "2012" => "2012-06-07", "2013" => "2013-07-05", - "2014" => "2014-08-02", + "2014" => "2014-12-31", "2015" => "2015-07-21", "2016" => "2016-10-28", "2017" => "2017-01-13", - "2018" => "2018-12-31", - "2019" => "2019-11-29", + "2018" => "2018-08-31", + "2019" => "2019-12-28", "2020" => "2020-02-20", "2021" => "2021-08-10", "2022" => "2022-07-26",