version bump
This commit is contained in:
parent
a10a132e4f
commit
dd71b59e9e
@ -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>
|
||||
```
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user