From 5385609940900b86622751b167841e1dd73a5c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=96=87=E6=B6=9B?= Date: Wed, 8 Jul 2020 12:08:50 +0800 Subject: [PATCH] hotfix: manual publish material-ui (#196) --- packages/material-ui/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index b014d664c..33b33e50d 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -1,6 +1,6 @@ { "name": "@iceworks/material-ui", - "version": "0.1.8", + "version": "0.1.9", "description": "Material panel for display and select materials.", "files": [ "demo/", @@ -54,6 +54,6 @@ "access": "public" }, "license": "MIT", - "homepage": "https://unpkg.com/@iceworks/material-ui@0.1.7/build/index.html", + "homepage": "https://unpkg.com/@iceworks/material-ui@0.1.9/build/index.html", "gitHead": "fc5b35f95ab4cc24898845916acf598c2f34d576" -} \ No newline at end of file +}