diff --git a/README.md b/README.md index 3aca5f6..870dcf2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ It is based on the `csxs` command line tool by [Creative Market](https://github. ## Changelog ### Latest Version +**0.6.0**: + +* Added support for CC2020. +* Fixed Animate CC2019 application executable. +* Updated dependencies to latest versions. + +Thanks to *alebianco-doxee* and *Lilipi* for contributing to this version. + +### Previous Releases **0.5.0**: * Added support for CC2019. @@ -18,7 +27,6 @@ It is based on the `csxs` command line tool by [Creative Market](https://github. Thanks to *Lilipi* for contributing to this version. -### Previous Releases **0.4.5**: * Fixed CEFCommandLine parameters not being applied to all builds. diff --git a/package.json b/package.json index c131fe3..6b7554e 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.5.0", + "version": "0.6.0", "homepage": "https://github.com/fcamarlinghi/grunt-cep", "author": { "name": "Francesco Camarlinghi",