From ed3b0a91672c211a4df487ef96543307f5d6b3d6 Mon Sep 17 00:00:00 2001 From: ShanaMaid Date: Mon, 16 Jul 2018 15:12:14 +0800 Subject: [PATCH] upgrade to 0.1.20 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a0d55a..eb5407c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "yoshino", - "version": "0.1.19", + "version": "0.1.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a69c6c0..63e7dcd 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yoshino", - "version": "0.1.19", + "version": "0.1.20", "description": " A customizable PC terminal component library based on react which has strong expansibility, it can output corresponding components according to different business scenarios.", "main": "lib/index", "module": "es6/index",