Browse Source

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
```
pull/2145/head
Bert Verhelst 6 years ago committed by GitHub
parent
commit
a897769a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CONTRIBUTING.md

2
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` |

Loading…
Cancel
Save