update docs version references to 0.5

This commit is contained in:
Shawn Erquhart
2017-10-06 10:36:43 -04:00
parent 2324f08d69
commit f811699176
4 changed files with 8 additions and 8 deletions

View File

@ -35,7 +35,7 @@ Param | Type | Description
**Example:**
```html
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@~0.5/dist/cms.js"></script>
<script>
var CategoriesControl = createClass({
handleChange: function(e) {
@ -75,7 +75,7 @@ Register a block level component for the Markdown editor:
**Example:**
```html
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@~0.5/dist/cms.js"></script>
<script>
CMS.registerEditorComponent({
// Internal id of the component