From 830508023069b8f1465359e43c9469ac38c06818 Mon Sep 17 00:00:00 2001 From: beetcb <63141491+beetcb@users.noreply.github.com> Date: Mon, 24 May 2021 22:47:50 +0800 Subject: [PATCH] Publish - cea-core@0.1.1 - cea-check-in@0.0.1 --- core/package.json | 2 +- plugins/check-in/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/package.json b/core/package.json index 9b79a91..439a8fd 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "cea-core", - "version": "0.1.0", + "version": "0.1.1", "description": "basic cea api", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", diff --git a/plugins/check-in/package.json b/plugins/check-in/package.json index d9e3ac4..7e4c51f 100644 --- a/plugins/check-in/package.json +++ b/plugins/check-in/package.json @@ -1,6 +1,6 @@ { "name": "cea-check-in", - "version": "0.0.0", + "version": "0.0.1", "description": "check in plugin for cea", "main": "lib/src/index.js", "types": "lib/src/index.d.ts",