Skip to content

Commit

Permalink
fix: local path for major arcana cards 00-09
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Nov 6, 2023
1 parent c36fe93 commit 1b89f6b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# v2.0.4 - 2023-11-06

### Fixed

- Proper local image path for major aracana cards 00-09.

# v2.0.3 - 2023-11-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.15 as builder
FROM elixir:1.15-alpine as builder

WORKDIR /tarot_cup

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3
2.0.4
20 changes: 10 additions & 10 deletions priv/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,70 +392,70 @@
"image_url": "https://upload.wikimedia.org/wikipedia/en/1/1c/Pents14.jpg"
},
{
"id": "0-fool",
"id": "00-fool",
"name": "The Fool",
"rule_id": "0-fool",
"arcana": "major",
"image_url": "https://upload.wikimedia.org/wikipedia/en/9/90/RWS_Tarot_00_Fool.jpg"
},
{
"id": "1-magician",
"id": "01-magician",
"name": "The Magician",
"rule_id": "1-magician",
"arcana": "major",
"image_url": "https://upload.wikimedia.org/wikipedia/en/d/de/RWS_Tarot_01_Magician.jpg"
},
{
"id": "2-high-priestess",
"id": "02-high-priestess",
"name": "The High Priestess",
"rule_id": "2-high-priestess",
"arcana": "major",
"image_url": "https://upload.wikimedia.org/wikipedia/en/8/88/RWS_Tarot_02_High_Priestess.jpg"
},
{
"id": "3-empress",
"id": "03-empress",
"name": "The Empress",
"rule_id": "3-empress",
"arcana": "major",
"image_url": "https://upload.wikimedia.org/wikipedia/en/d/d2/RWS_Tarot_03_Empress.jpg"
},
{
"id": "4-emperor",
"id": "04-emperor",
"name": "The Emperor",
"rule_id": "4-emperor",
"arcana": "major",
"image_url": "https://upload.wikimedia.org/wikipedia/en/c/c3/RWS_Tarot_04_Emperor.jpg"
},
{
"id": "5-hierophant",
"id": "05-hierophant",
"name": "The Hierophant",
"rule_id": "5-hierophant",
"arcana": "major",
"image_url": "https://upload.wikimedia.org/wikipedia/en/8/8d/RWS_Tarot_05_Hierophant.jpg"
},
{
"id": "6-lovers",
"id": "06-lovers",
"name": "The Lovers",
"rule_id": "6-lovers",
"arcana": "major",
"image_url": "https://upload.wikimedia.org/wikipedia/en/d/db/RWS_Tarot_06_Lovers.jpg"
},
{
"id": "7-chariot",
"id": "07-chariot",
"name": "The Chariot",
"rule_id": "7-chariot",
"arcana": "major",
"image_url": "https://upload.wikimedia.org/wikipedia/en/9/9b/RWS_Tarot_07_Chariot.jpg"
},
{
"id": "8-strength",
"id": "08-strength",
"name": "Strength",
"rule_id": "8-strength",
"arcana": "major",
"image_url": "https://upload.wikimedia.org/wikipedia/en/f/f5/RWS_Tarot_08_Strength.jpg"
},
{
"id": "9-hermit",
"id": "09-hermit",
"name": "The Hermit",
"rule_id": "9-hermit",
"arcana": "major",
Expand Down

0 comments on commit 1b89f6b

Please sign in to comment.