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>
```

View File

@ -1,6 +1,6 @@
{
"name": "netlify-cms",
"version": "0.1.0",
"version": "0.1.2",
"description": "Netlify CMS lets content editors work on structured content stored in git",
"main": "index.js",
"scripts": {