From 395351a3589acde91b9cc4dba385566a208ccfca Mon Sep 17 00:00:00 2001 From: himself65 Date: Sun, 26 May 2019 10:22:21 +0800 Subject: [PATCH] v0.1.0 --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 93dfb8a..e538550 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "packages/*" ], "npmClient": "yarn", - "version": "0.0.0", + "version": "0.1.0", "useWorkspaces": true }