From c5037e22ad98da721a3d27af30e8ad4e4297cd58 Mon Sep 17 00:00:00 2001 From: Francesco Camarlinghi Date: Tue, 4 Feb 2020 09:48:47 +0100 Subject: [PATCH] Version 0.6.1 --- README.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 870dcf2..3c3a705 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ It is based on the `csxs` command line tool by [Creative Market](https://github. ## Changelog ### Latest Version +**0.6.1**: + +* Fixed not being able to launch Adobe Illustrator 2020 on Mac. + +Thanks to *chadsaun* for contributing this fix. + +### Previous Releases **0.6.0**: * Added support for CC2020. @@ -19,7 +26,6 @@ It is based on the `csxs` command line tool by [Creative Market](https://github. Thanks to *alebianco-doxee* and *Lilipi* for contributing to this version. -### Previous Releases **0.5.0**: * Added support for CC2019. diff --git a/package.json b/package.json index 6b7554e..0f92c97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-cep", "description": "A Grunt plugin that helps debugging and packaging HTML5-based extensions for Adobe Creative Cloud applications.", - "version": "0.6.0", + "version": "0.6.1", "homepage": "https://github.com/fcamarlinghi/grunt-cep", "author": { "name": "Francesco Camarlinghi",