From bbd4b6e755629ad2ffd257c76aabb7ad10b1b81a Mon Sep 17 00:00:00 2001 From: MiniEmerald <41841579+MiniEmerald@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:20:24 +0100 Subject: [PATCH] timeline, revenue --- json/revenue.json | 3 ++- json/timeline.json | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/json/revenue.json b/json/revenue.json index 7e3f117..e71ab0b 100755 --- a/json/revenue.json +++ b/json/revenue.json @@ -43,6 +43,7 @@ { "period": "2023-08", "values": [3, 2] }, { "period": "2023-09", "values": [3, 2] }, { "period": "2023-10", "values": [1, 1] }, - { "period": "2023-11", "values": [1, 0.8] } + { "period": "2023-11", "values": [1, 0.8] }, + { "period": "2023-12", "values": [1, 0.9] } ] } \ No newline at end of file diff --git a/json/timeline.json b/json/timeline.json index 074b83a..d2b6fb9 100644 --- a/json/timeline.json +++ b/json/timeline.json @@ -1061,5 +1061,10 @@ { "name": "2.40.0", "date": "2023-12-26" + }, + { + "name": "A Message from the Pokémon Masters EX Team (Vol. 56)", + "link": "https://pokemonmasters-game.com/en-US/announcements/Other_5120_1W_1", + "date": "2024-01-01" } ]