diff --git a/README.md b/README.md index ad49140..e8fbb26 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Saves hours by automatically creating precise circular graphics as areas or line ![](./img/screencapture.png) -## Brand new version 2.02 -Completely rewritten v2 plugin, now also creating variable values pie chart segments, perfectly spaced dashed circles and tick mark graphics. 2.02 adds support for Sketch v39 +## Brand new version 2.03 +Completely rewritten v2 plugin, now also creating variable values pie chart segments, perfectly spaced dashed circles and tick mark graphics. 2.02 adds support for Sketch v39, 2.03 for Sketch v40+ ## Description ### Create segmented circle diff --git a/VERSIONHISTORY.md b/VERSIONHISTORY.md index 222fd72..0335b28 100644 --- a/VERSIONHISTORY.md +++ b/VERSIONHISTORY.md @@ -1,5 +1,7 @@ # Update history +##### Nov 28, 2016 +* 2.03 version, updated to also support v41 and earlier ##### July 11, 2016 * 2.02 version, updated to also support v39 diff --git a/gb-segmented_circle.sketchplugin/Contents/Sketch/manifest.json b/gb-segmented_circle.sketchplugin/Contents/Sketch/manifest.json index a9de98c..c972df1 100644 --- a/gb-segmented_circle.sketchplugin/Contents/Sketch/manifest.json +++ b/gb-segmented_circle.sketchplugin/Contents/Sketch/manifest.json @@ -4,7 +4,7 @@ "author" : "German Bauer", "authorEmail" : "design4use@gmail.com", "homepage": "https://github.com/", - "version" : "2.02", + "version" : "2.03", "identifier" : "com.germanbauer.gb-segmented_circle", "compatibleVersion": "3.4", "bundleVersion": "1",