diff --git a/bower.json b/bower.json index 8ce0a892d4af..d8bea6e4adbd 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "kubernetes-dashboard", - "version": "1.4.0", + "version": "1.4.1", "dependencies": { "angular": "~1.5.7", "angular-animate": "~1.5.7", diff --git a/build/conf.js b/build/conf.js index 8f35c3f99412..c10a4a1674e6 100644 --- a/build/conf.js +++ b/build/conf.js @@ -49,7 +49,7 @@ const version = { /** * Current release version of the project. */ - release: 'v1.4.0', + release: 'v1.4.1', /** * Version name of the canary release of the project. */ diff --git a/package.json b/package.json index e939e1d5118d..d38e5d90ff95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json", "name": "kubernetes-dashboard", - "version": "1.4.0", + "version": "1.4.1", "repository": { "type": "git", "url": "https://github.com/kubernetes/dashboard.git"