diff --git a/docs/customization.md b/docs/customization.md index 857f27d0..b54c7a77 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -26,7 +26,7 @@ CMS.registerPreviewStyle(file); **Example:** ```html // index.html - + @@ -67,7 +67,7 @@ Registers a template for a collection. **Example:** ```html - + + + + ``` diff --git a/docs/quick-start.md b/docs/quick-start.md index ecc08946..93a2cfd9 100755 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -37,12 +37,12 @@ The first file, `admin/index.html`, is the entry point for the Netlify CMS admin Content Manager - + - + ``` diff --git a/package.json b/package.json index e2926395..7dc18c50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "0.5.1", + "version": "0.6.0", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": {