From 1cd8b5f206614fe0acf01703144150560ba83ddc Mon Sep 17 00:00:00 2001 From: Luis Vinicius Date: Thu, 8 Dec 2016 16:24:57 -0200 Subject: [PATCH] 0.0.3 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3834ec9..6dc29ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # preact-mui -[![npm package](https://img.shields.io/badge/npm-v0.0.2-blue.svg)](https://www.npmjs.com/package/preact-mui) +[![npm package](https://img.shields.io/badge/npm-v0.0.3-blue.svg)](https://www.npmjs.com/package/preact-mui) >The MUI CSS Preact library is designed from the ground up to be fast, small and developer-friendly. Using the MUI Preact library you can add MUI components to your Preact apps and switch seamlessly between MUI CSS/JS and MUI Preact even within the same app. diff --git a/package.json b/package.json index 60cbb2c..9190ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "preact-mui", - "version": "0.0.2", + "version": "0.0.3", "description": "Preact MUI CSS Components.", "main": "dist/preact-mui.min.js", "jsnext:main": "dist/preact-mui.js",