1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Bump app version in package.json

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-05-11 15:50:43 +03:00
parent 30ceaf1b73
commit 1d59eca90b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "open-lens", "name": "open-lens",
"productName": "OpenLens", "productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes", "description": "OpenLens - Open Source IDE for Kubernetes",
"version": "5.0.0-beta.4", "version": "5.0.0-beta.5",
"main": "static/build/main.js", "main": "static/build/main.js",
"copyright": "© 2021 OpenLens Authors", "copyright": "© 2021 OpenLens Authors",
"license": "MIT", "license": "MIT",

View File

@ -276,7 +276,7 @@ describe("HotbarStore", () => {
}); });
}); });
describe("pre beta-4 migrations", () => { describe("pre beta-5 migrations", () => {
beforeEach(() => { beforeEach(() => {
HotbarStore.resetInstance(); HotbarStore.resetInstance();
const mockOpts = { const mockOpts = {