Skip to content

Commit

Permalink
Increase version to 1.1 in preparation for a release (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryk authored and maciaszczykm committed Jun 22, 2016
1 parent fdc4f0b commit 0df1fa0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubernetes-dashboard",
"version": "1.1.0-beta3",
"version": "1.1.0",
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion build/conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const version = {
/**
* Current release version of the project.
*/
release: 'v1.1.0-beta3',
release: 'v1.1.0',
/**
* Version name of the canary release of the project.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"name": "kubernetes-dashboard",
"version": "1.1.0-beta3",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/kubernetes/dashboard.git"
Expand Down
4 changes: 2 additions & 2 deletions src/deploy/kubernetes-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ items:
metadata:
labels:
app: kubernetes-dashboard
version: v1.1.0-beta3
version: v1.1.0
name: kubernetes-dashboard
namespace: kube-system
spec:
Expand All @@ -38,7 +38,7 @@ items:
spec:
containers:
- name: kubernetes-dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0-beta3
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down

0 comments on commit 0df1fa0

Please sign in to comment.