diff --git a/docs/customization.md b/docs/customization.md index 2dfb59614b8f..b620495836b3 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 ecc089462fed..93a2cfd9e6f8 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 04f2dcdc0b1b..df84390eb059 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": {