version bump

This commit is contained in:
Cássio Zen
2016-10-31 12:49:44 -02:00
parent a10a132e4f
commit dd71b59e9e
2 changed files with 3 additions and 3 deletions

View File

@ -33,12 +33,12 @@ your public directory and use this `index.html` as a template:
<title>Content Manager</title>
<!-- Include the stylesheets from your site here -->
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.1.1/dist/cms.css" />
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.1.2/dist/cms.css" />
<!-- Include a CMS specific stylesheet here -->
</head>
<body>
<script src="https://unpkg.com/netlify-cms@^0.1.1/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@^0.1.2/dist/cms.js"></script>
</body>
</html>
```