Skip to content

Commit c997669

Browse files
committed
Merge pull request #499 from bryk/release-1.0
Dashboard UI 1.0.0 release
2 parents a394eaf + 161e62c commit c997669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const version = {
4444
/**
4545
* Current release version of the project.
4646
*/
47-
release: 'v1.0.0-beta1',
47+
release: 'v1.0.0',
4848
/**
4949
* Version name of the canary release of the project.
5050
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
33
"name": "kubernetes-dashboard",
4-
"version": "1.0.0-beta1",
4+
"version": "1.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/kubernetes/dashboard.git"

0 commit comments

Comments
 (0)