From 2de5c60faa214a90d076fe4101181ae9e6e89aac Mon Sep 17 00:00:00 2001 From: Anthony Collurafici Date: Wed, 10 Jul 2019 10:43:32 -0400 Subject: [PATCH] Update manifest.json --- PinIt.sketchplugin/Contents/Sketch/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PinIt.sketchplugin/Contents/Sketch/manifest.json b/PinIt.sketchplugin/Contents/Sketch/manifest.json index 40f55bd..3b3b774 100644 --- a/PinIt.sketchplugin/Contents/Sketch/manifest.json +++ b/PinIt.sketchplugin/Contents/Sketch/manifest.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/BohemianCoding/SketchAPI/develop/docs/sketch-plugin-manifest-schema.json", "icon": "icon.png", - "name": "PinUp", + "name": "PinIt", "commands": [ { "name": "Fixed Header", @@ -109,7 +109,7 @@ } ], "menu": { - "title": "PinUp", + "title": "PinIt", "items": [ "header", "footer", @@ -128,8 +128,8 @@ "clearAll" ] }, - "version": "0.4.0", - "description": "", + "version": "0.5.0", + "description": "A collection of Resizing Shortcuts.", "identifier": "PinIt", "disableCocoaScriptPreprocessor": true, "appcast": "https://raw.githubusercontent.com/acollurafici/PinIt/master/.appcast.xml",