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

release v5.0.0 (#3209)

This commit is contained in:
Sebastian Malton 2021-06-29 11:38:29 -04:00 committed by GitHub
parent 45cafaa420
commit aa86e5a41e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ async function writeOutNewVersions() {
function main() { function main() {
const prereleaseParts: string[] = [getBuildChannel()]; const prereleaseParts: string[] = [getBuildChannel()];
if (versionInfo.prerelease) { if (versionInfo.prerelease && versionInfo.prerelease.length > 1) {
prereleaseParts.push(versionInfo.prerelease[1].toString()); prereleaseParts.push(versionInfo.prerelease[1].toString());
} }

View File

@ -3,7 +3,7 @@
"productName": "OpenLens", "productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes", "description": "OpenLens - Open Source IDE for Kubernetes",
"homepage": "https://github.com/lensapp/lens", "homepage": "https://github.com/lensapp/lens",
"version": "5.0.0-beta.13", "version": "5.0.0",
"main": "static/build/main.js", "main": "static/build/main.js",
"copyright": "© 2021 OpenLens Authors", "copyright": "© 2021 OpenLens Authors",
"license": "MIT", "license": "MIT",