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",