From 8ebc983cc44abf05f62add37cafe8b58ab24eb92 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Thu, 19 Nov 2020 15:59:14 -0600 Subject: [PATCH] fix: bump version --- lerna.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 2e233e3..dc3e7f4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.2.1-alpha.1", + "version": "1.2.2-alpha.1", "useWorkspaces": true, "npmClient": "yarn" } diff --git a/package.json b/package.json index 6c90e3c..c46e67f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dxos/console", - "version": "1.2.1-alpha.0", + "version": "1.2.2-alpha.0", "description": "Console", "main": "index.js", "private": true,