Skip to content

Commit 526aca5

Browse files
committed
Release 0.2.0
1 parent f09a5bb commit 526aca5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
1. Get Matter in one of the following ways:<br/><br/>
1616
**Normal build** from CDN (include this in `<head>`):
1717
```html
18-
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.1.0.css" rel="stylesheet">
18+
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.0.css" rel="stylesheet">
1919
```
2020
**Minified build** from CDN (include this in `<head>`):
2121
```html
22-
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.1.0.min.css" rel="stylesheet">
22+
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.0.min.css" rel="stylesheet">
2323
```
2424
**Download a build** from the assets of a release in [Releases](https://github.com/finnhvman/matter/releases), and include it in your project
2525

@@ -206,7 +206,7 @@ Matter is built with theming in mind. Its components can be customized by specif
206206

207207
## 💬 Contact
208208

209-
If you have questions, feedback or anything to share related to the project, then you can contact me via:
209+
If you have questions, feedback or anything to share you can get in touch via:
210210
* Twitter [@finnhvman](https://twitter.com/finnhvman)
211211
* Spectrum [@finnhvman](https://spectrum.chat/users/finnhvman)
212212
* or [submit an issue](https://github.com/finnhvman/matter/issues)

dist/matter.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Matter 0.1.0 */
1+
/* Matter 0.2.0 */
22

33
/* Components */
44
/* Button Contained */

dist/matter.min.css

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

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": "matter",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Material Design Components in Pure CSS",
55
"repository": "finnhvman/matter",
66
"author": "Ben Szabo (finnhvman)",

0 commit comments

Comments
 (0)