From a897769a5444b8b90cf1b082e7582fe6d55038a2 Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Sat, 16 Mar 2019 11:36:37 +0100 Subject: [PATCH] Update sencha required version to 6.6.0.13 Otherwise you get the error message: ``` This application was last changed by a sencha version of 6.6.0.13. Please update your sencha version to 6.6.0.13. ``` When you run command: ``` sencha app watch ``` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7dfb570c..77590066 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ Working on your first Pull Request? You can learn how from this *free* series [H | Prerequisite | Version | | ------------------------------------------------------------- | ------- | -| [Sencha](https://www.sencha.com/products/extjs/cmd-download/) | `=6.1.2.15` | +| [Sencha](https://www.sencha.com/products/extjs/cmd-download/) | `=6.6.0.13` | | [Ruby](https://www.ruby-lang.org/en/downloads/) | `=2.3` | | [Node.js](https://nodejs.org) | `~ ^4.0.0` | | npm (comes with Node) | `~ ^3.8.7` |