From 70b7082377f395e99fa4925bbba54c1aea85023a Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 13 Jun 2024 16:41:31 +0200 Subject: [PATCH] Update manifest --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index a038f23..16557f6 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/sketch-hq/SketchAPI/develop/docs/sketch-plugin-manifest-schema.json", "identifier": "com.sindresorhus.sketch.plugin.icon-preview", "name": "Icon Preview", - "version": "1.0.0", + "version": "1.1.1", "description": "Preview macOS app icons using the Icon Preview app", "homepage": "https://github.com/sindresorhus/sketch-icon-preview", "appcast": "https://github.com/sindresorhus/sketch-icon-preview/raw/main/.appcast.xml",