Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
amorey committed Dec 8, 2015
1 parent cb1d796 commit 9dbd368
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MUI Changelog

## 0.2.9 - December 7, 2015

* Fixed path to js file for `muicss` npm package

## 0.2.8 - December 3, 2015

* Added .mui-textfield--invalid css helper
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ MUI is a lightweight CSS framework that follows Google's Material Design guideli
**Use From the CDN:**

```html
<link href="//cdn.muicss.com/mui-0.2.8/css/mui.min.css" rel="stylesheet" type="text/css" />
<script src="//cdn.muicss.com/mui-0.2.8/js/mui.min.js"></script>
<link href="//cdn.muicss.com/mui-0.2.9/css/mui.min.css" rel="stylesheet" type="text/css" />
<script src="//cdn.muicss.com/mui-0.2.9/js/mui.min.js"></script>
```

Or for development you can use the latest:
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mui",
"version": "0.2.8",
"version": "0.2.9",
"license": "MIT",
"authors": [
"Andres Morey <[email protected]>"
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'muicss:mui',
version: '0.2.8',
version: '0.2.9',
// Brief, one-line summary of the package.
summary: 'MUI is a lightweight framework for sites that follow Google\'s Material Design guidelines',
// URL to the Git repository containing the source code for this package.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muicss",
"version": "0.2.8",
"version": "0.2.9",
"description": "Lightweight CSS framework based on Google's Material Design guidelines",
"repository": "https://github.com/muicss/mui",
"keywords": ["MUI", "CSS", "CSS Framework", "Material Design", "React"],

0 comments on commit 9dbd368

Please sign in to comment.