diff --git a/infrastructure/kube/keep-prd/keep-dapp-token-dashboard-deployment.yaml b/infrastructure/kube/keep-prd/keep-dapp-token-dashboard-deployment.yaml index be3624a6d2..938bb7eb63 100644 --- a/infrastructure/kube/keep-prd/keep-dapp-token-dashboard-deployment.yaml +++ b/infrastructure/kube/keep-prd/keep-dapp-token-dashboard-deployment.yaml @@ -21,6 +21,6 @@ spec: spec: containers: - name: keep-dapp-token-dashboard - image: keepnetwork/token-dashboard:v1.5.0 + image: keepnetwork/token-dashboard:v1.6.0 ports: - containerPort: 80 diff --git a/solidity/dashboard/package-lock.json b/solidity/dashboard/package-lock.json index 3a13bffd7d..7752e557f7 100644 --- a/solidity/dashboard/package-lock.json +++ b/solidity/dashboard/package-lock.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/solidity/dashboard/package.json b/solidity/dashboard/package.json index 3094a02877..f255b281bd 100644 --- a/solidity/dashboard/package.json +++ b/solidity/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.5.0", + "version": "1.6.0", "private": true, "license": "MIT", "dependencies": {