update name and version number in package.json

This commit is contained in:
Maarten de Waard 2021-10-05 16:49:32 +02:00
parent 8269ab3900
commit 4ca86ee28f
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
annotations:
category: Dashboard
apiVersion: v2
appVersion: 0.1.0
appVersion: 0.1.1
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami

View file

@ -59,7 +59,7 @@ frontend:
image:
registry: open.greenhost.net:4567
repository: openappstack/admin-frontend/admin-frontend
tag: 0.1.0
tag: 0.1.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

View file

@ -1,6 +1,6 @@
{
"name": "open-app-stack",
"version": "0.1.0",
"name": "stackspin-dashboard",
"version": "0.1.1",
"private": true,
"dependencies": {
"@craco/craco": "^6.2.0",