Skip to content

Commit e80dc2b

Browse files
authored
Bump version to 1.4.1 in preparation for release (#1314)
Minor relase with fix to: #1305
1 parent 09ce772 commit e80dc2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kubernetes-dashboard",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"dependencies": {
55
"angular": "~1.5.7",
66
"angular-animate": "~1.5.7",

build/conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const version = {
4949
/**
5050
* Current release version of the project.
5151
*/
52-
release: 'v1.4.0',
52+
release: 'v1.4.1',
5353
/**
5454
* Version name of the canary release of the project.
5555
*/

package.json

+1-1
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.4.0",
4+
"version": "1.4.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/kubernetes/dashboard.git"

0 commit comments

Comments
 (0)