Skip to content

Commit

Permalink
Use remastered episode for Serrano + Jalapeno's animal quest (#78)
Browse files Browse the repository at this point in the history
* new donkey remaster aq
* bump version

Co-authored-by: Matt Cowley <[email protected]>
  • Loading branch information
pjeweb and MattIPv4 authored Oct 2, 2024
1 parent af758dc commit 1ba490b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.40.0",
"version": "0.41.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions src/animal-quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ const animalQuest: Readonly<AnimalQuest[]> = [
},
{
video: {
id: 1290623454,
start: "00h03m48s",
id: 2265673020, // Original: 1290623454
start: "00h00m00s",
},
edition: "Donkey Edition",
description:
"Meet the donkeys at Alveus, Serrano and Jalapeño, learn about the history of donkeys and their interaction with humans over time. We'll also discuss the production of ejiao and using wildlife for medicine, how they both impact donkeys, and recommendations to help their species.",
broadcast: new Date("2022-02-07"),
broadcast: new Date("2024-10-01"),
host: "maya",
length: 60 * 60 + 40 * 60 + 21, // 00:03:48 - 01:44:09
length: 60 * 60 + 4 * 60 + 49, // 00:00:00 - 01:04:49
prezi: "WOndDV58mqM8V3JoVL2k",
ambassadors: {
featured: ["serrano", "jalapeno"],
Expand Down

0 comments on commit 1ba490b

Please sign in to comment.