Skip to content

Commit d181c2a

Browse files
committed
update to 0.0.17
1 parent 79b1d72 commit d181c2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chloerei/material-ui",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "A Material Design front-end component library.",
55
"style": "dist/css/material-ui.css",
66
"scripts": {

site/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Save this content to HTML file and start play with Material UI.
2525
<meta charset="utf-8">
2626
<meta name="viewport" content="width=device-width, initial-scale=1">
2727
<title>Material UI</title>
28-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chloerei/[email protected].16/dist/material-ui.css">
28+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chloerei/[email protected].17/dist/material-ui.css">
2929
</head>
3030
<body>
3131
<h1 class="headline-large">Hello World</h1>

site/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Or use with bundle tool:
3030
Add this code to your page head:
3131

3232
```html
33-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chloerei/[email protected].16/dist/material-ui.css">
33+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chloerei/[email protected].17/dist/material-ui.css">
3434
```

0 commit comments

Comments
 (0)