Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Collurafici committed Jul 10, 2019
1 parent 66d3637 commit 2de5c60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PinIt.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -109,7 +109,7 @@
}
],
"menu": {
"title": "PinUp",
"title": "PinIt",
"items": [
"header",
"footer",
Expand All @@ -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",
Expand Down

0 comments on commit 2de5c60

Please sign in to comment.