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

@ -26,7 +26,7 @@ CMS.registerPreviewStyle(file);
**Example:**
```html
// index.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.registerPreviewStyle("/example.css");
</script>
@ -67,7 +67,7 @@ Registers a template for a collection.
**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 PostPreview = createClass({
render: function() {