From 6c13617c3f8f6c15c62ae75146ee9d202c8857c9 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 5 Mar 2021 08:49:12 -0500 Subject: [PATCH] fix release number Signed-off-by: Sebastian Malton --- package.json | 2 +- static/RELEASE_NOTES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3639366298..faaedb77cf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "4.2.0-alpha.0", + "version": "4.2.0-alpha.1", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 4a6a75e170..a8d802316c 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,7 @@ Here you can find description of changes we've built into each release. While we try our best to make each upgrade automatic and as smooth as possible, there may be some cases where you might need to do something to ensure the application works smoothly. So please read through the release highlights! -## 4.2.0-alpha.0 (current version) +## 4.2.0-alpha.1 (current version) - Add lens:// protocol handling with a routing mechanism - Notify about update after it has been downloaded