From 8f12e7cc4b3fdbbf12c72f04e3616cc4c1d8cf7e Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Tue, 23 Jan 2024 07:52:24 +0100 Subject: [PATCH] :books: add "Multiverses: An anthology of alternate realities" Signed-off-by: Sindre Kjelsrud --- src/data/biblioteca.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/data/biblioteca.json b/src/data/biblioteca.json index a15e3ca..1696047 100644 --- a/src/data/biblioteca.json +++ b/src/data/biblioteca.json @@ -1,4 +1,17 @@ [ + { + "isbn": "9781803362328", + "title": "Multiverses: An anthology of alternate realities", + "date": + { + "year": "2024", + "month": "01", + "day": "22", + "string": "2024-01-22" + }, + "my_rating": 3, + "author": "Preston Grassmann, Alix Harrow, Ken Liu, Alastair Reynolds, Clive Barker" + }, { "isbn": "", "title": "Lacero", @@ -155,4 +168,4 @@ "my_rating": 4, "author": "Walter Isaacson" } -] \ No newline at end of file +]