Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
finnhvman committed Apr 25, 2019
1 parent cb46cbc commit 8aa28c0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
1. Get Matter in one of the following ways:<br/><br/>
**Normal build** from CDN (include this in `<head>`):
```html
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.1.css" rel="stylesheet">
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.2.css" rel="stylesheet">
```
**Minified build** from CDN (include this in `<head>`):
```html
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.1.min.css" rel="stylesheet">
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.2.min.css" rel="stylesheet">
```
**Download a build** from the assets of a release in [Releases](https://github.com/finnhvman/matter/releases), and include it in your project

Expand Down
2 changes: 1 addition & 1 deletion dist/matter.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Matter 0.2.1 */
/* Matter 0.2.2 */

/* Components */
/* Button Contained */
Expand Down
2 changes: 1 addition & 1 deletion dist/matter.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matter",
"version": "0.2.1",
"version": "0.2.2",
"description": "Material Design Components in Pure CSS",
"repository": "finnhvman/matter",
"author": "Ben Szabo (finnhvman)",
Expand Down

0 comments on commit 8aa28c0

Please sign in to comment.