Skip to content

Commit

Permalink
Tweak yearly cover art
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Nov 8, 2024
1 parent ee2f864 commit 36ee760
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions app/api/api_v2/years.rb
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
class ApiV2::Years < ApiV2::Base
COVER_ART = {
"1983-1987" => "1983-12-02",
"1983-1987" => "1985-10-30",
"1988" => "1988-12-10",
"1989" => "1989-10-20",
"1990" => "1990-10-06",
"1991" => "1991-04-04",
"1989" => "1989-10-13",
"1990" => "1990-05-23",
"1991" => "1991-05-16",
"1992" => "1992-03-12",
"1993" => "1993-03-27",
"1993" => "1993-07-16",
"1994" => "1994-11-25",
"1995" => "1995-12-09",
"1996" => "1996-12-31",
"1995" => "1995-06-30",
"1996" => "1996-08-15",
"1997" => "1997-12-31",
"1998" => "1998-11-20",
"1998" => "1998-11-02",
"1999" => "1999-12-31",
"2000" => "2000-07-10",
"2002" => "2002-12-19",
"2003" => "2003-08-01",
"2004" => "2004-04-15",
"2009" => "2009-08-14",
"2010" => "2010-12-27",
"2009" => "2009-11-27",
"2010" => "2010-10-29",
"2011" => "2011-06-30",
"2012" => "2012-06-23",
"2012" => "2012-06-07",
"2013" => "2013-07-05",
"2014" => "2014-12-31",
"2014" => "2014-08-02",
"2015" => "2015-07-21",
"2016" => "2016-10-28",
"2017" => "2017-01-13",
"2018" => "2018-12-31",
"2019" => "2019-11-29",
"2020" => "2020-02-20",
"2021" => "2021-09-03",
"2021" => "2021-08-10",
"2022" => "2022-07-26",
"2023" => "2023-10-06",
"2024" => "2024-10-25"
"2024" => "2024-04-18"
}

resource :years do
Expand Down

0 comments on commit 36ee760

Please sign in to comment.