From 8c30d0e94baa5a6a06b356a47c1f35e00505669a Mon Sep 17 00:00:00 2001 From: German Bauer Date: Thu, 14 Feb 2019 13:41:48 -0800 Subject: [PATCH] Updates for 53 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Support latest Sketch version 53 and 🅒 updates --- LICENSE.md | 2 +- gb-segmented_circle.sketchplugin/Contents/Sketch/manifest.json | 2 +- .../Contents/Sketch/myScript.cocoascript | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 987da83..069b2f9 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2016, German Bauer. +Copyright (c) 2019, German Bauer. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/gb-segmented_circle.sketchplugin/Contents/Sketch/manifest.json b/gb-segmented_circle.sketchplugin/Contents/Sketch/manifest.json index ef2f982..35682bd 100755 --- a/gb-segmented_circle.sketchplugin/Contents/Sketch/manifest.json +++ b/gb-segmented_circle.sketchplugin/Contents/Sketch/manifest.json @@ -1,6 +1,6 @@ { "name": "Segmented Circle", - "description" : "Create precise segmented circular graphics for diagrams, instrumentation and analytics", + "description" : "Create precise segmented circular graphics for diagrams, instrumentation and analytics.", "author" : "German Bauer", "authorEmail" : "design4use@gmail.com", "icon" : "icon.png", diff --git a/gb-segmented_circle.sketchplugin/Contents/Sketch/myScript.cocoascript b/gb-segmented_circle.sketchplugin/Contents/Sketch/myScript.cocoascript index 38980f2..f278067 100755 --- a/gb-segmented_circle.sketchplugin/Contents/Sketch/myScript.cocoascript +++ b/gb-segmented_circle.sketchplugin/Contents/Sketch/myScript.cocoascript @@ -1,4 +1,4 @@ -//(c)2016-2019 German Bauer. All code covered by the BSD 2-clause style license ./LICENSE.md in this package +//(c)2019 German Bauer. All code covered by the BSD 2-clause style license ./LICENSE.md in this package var doc, pi, pArray, def, sv var r, segs, idealsegs, vals, thickness, omit, stMaj, stMin, nMaj, nMin, dash, gap