From 7a6fdfa43e0db7c20a35b0eda3d273f7ae6f341a Mon Sep 17 00:00:00 2001 From: Jaeger Date: Tue, 27 Aug 2019 14:32:22 +0800 Subject: [PATCH] fix: option style --- README.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a6106c..0c0d325 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ $ yarn # Transform updated source written by ES2015 (default option) $ gulp babel +$ bower install + # or Using watch to update source continuously $ gulp watch diff --git a/app/manifest.json b/app/manifest.json index d451312..272dd72 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "1.4.1", + "version": "1.4.2", "manifest_version": 2, "description": "__MSG_appDescription__", "author": "Jaeger ",