Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Jan 4, 2016
1 parent 24dc789 commit 2903edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## Changelog

* 0.3.4 Fix for #35 - Treat MUI Checkbox as a controlled component to address MUI 0.14.0-rc2 regression
* 0.3.3 Fix default (ISO8601 style) date for formatDate to respect client timezone
* 0.3.2 Remove explicit files declaration from package.json (the npm docs lie!)
* 0.3.1 Add ./lib/ to package.json.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "formsy-material-ui",
"version": "0.3.3",
"version": "0.3.4",
"description": "A formsy-react compatibility wrapper for Material-UI form components.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 2903edd

Please sign in to comment.