From 147a1ac8e8adc2aafa4d5f95e9660f55bacbe4b2 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 21 Apr 2025 10:57:42 -0400 Subject: [PATCH] Add fortunes from latest trip --- assets/json/fortune.json | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/json/fortune.json b/assets/json/fortune.json index ea1476bf..934a3117 100644 --- a/assets/json/fortune.json +++ b/assets/json/fortune.json @@ -114,5 +114,9 @@ "Hope for the best, but prepare for the worst.", "No one knows what they can do until they try.", "In every enterprise, consider the outcome.", - "You have plenty of insight, share it with others." + "You have plenty of insight, share it with others.", + "A great pleasure in life is doing what others say you can't.", + "The respect of influential people will soon be yours.", + "The project you have in mind will soon gain momentum.", + "You will enjoy doing something fun this coming weekend." ] diff --git a/package.json b/package.json index 6ae76dcd..12abc1d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "152.4.10", + "version": "152.4.11", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {