From 567829ee1e580c7c8e46bceba31a2a2fe8432a84 Mon Sep 17 00:00:00 2001 From: Dian Date: Sat, 1 Feb 2025 01:22:39 +0800 Subject: [PATCH] update author url in manifest --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cea5301..80d0956 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,10 @@ { "id": "hello-nemesis", "name": "hello nemesis", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "0.15.0", "description": "Uses OpenAI to challenge your ideas.", "author": "Dian", + "authorUrl": "https://twitter.com/dian_tweets", "isDesktopOnly": false }