update cms version in docs

This commit is contained in:
Shawn Erquhart
2017-11-09 10:42:13 -05:00
parent f94edf8b0d
commit df6b09abf9
4 changed files with 9 additions and 9 deletions

View File

@ -35,7 +35,7 @@ Param | Type | Description
**Example:**
```html
<script src="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@^0.7.0/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.6.0/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.js"></script>
<script>
CMS.registerEditorComponent({
// Internal id of the component