From 8164ba699479e9a4bf9bc8a526ee8ae07c9b7173 Mon Sep 17 00:00:00 2001 From: Dylan Armstrong Date: Tue, 6 May 2025 07:24:14 +0200 Subject: [PATCH] chore: remove email from author --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f073feb..d97cf9e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "author": "Dylan Armstrong ", + "author": "Dylan Armstrong", "authorUrl": "https://dylan.is/", "description": "Format files with Prettier using built-in settings for configuration.", "fundingUrl": "", @@ -7,5 +7,5 @@ "isDesktopOnly": false, "minAppVersion": "0.15.0", "name": "Format Automatically with Prettier", - "version": "0.1.5" + "version": "0.1.6" }