Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finnhvman committed Mar 26, 2019
1 parent f09a5bb commit 526aca5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.1.0.css" rel="stylesheet">
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.0.css" rel="stylesheet">
```
**Minified build** from CDN (include this in `<head>`):
```html
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.1.0.min.css" rel="stylesheet">
<link href="https://res.cloudinary.com/finnhvman/raw/upload/matter/matter-0.2.0.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 Expand Up @@ -206,7 +206,7 @@ Matter is built with theming in mind. Its components can be customized by specif

## 💬 Contact

If you have questions, feedback or anything to share related to the project, then you can contact me via:
If you have questions, feedback or anything to share you can get in touch via:
* Twitter [@finnhvman](https://twitter.com/finnhvman)
* Spectrum [@finnhvman](https://spectrum.chat/users/finnhvman)
* or [submit an issue](https://github.com/finnhvman/matter/issues)
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.1.0 */
/* Matter 0.2.0 */

/* 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.1.0",
"version": "0.2.0",
"description": "Material Design Components in Pure CSS",
"repository": "finnhvman/matter",
"author": "Ben Szabo (finnhvman)",
Expand Down

0 comments on commit 526aca5

Please sign in to comment.