diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 682a60a..89212a7 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -17,4 +17,4 @@ version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.21.0-rc.0 +appVersion: 0.21.0-rc.1 diff --git a/helm/values.yaml b/helm/values.yaml index 5825f5d..ef4956c 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,6 +1,6 @@ quaiDocs: image: name: quainetwork/quai-docs - version: 0.21.0-rc.0 + version: 0.21.0-rc.1 env: quai-dev replicas: 1 diff --git a/package-lock.json b/package-lock.json index 2694196..971e26a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quai-docs", - "version": "0.21.0-rc.0", + "version": "0.21.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "quai-docs", - "version": "0.21.0-rc.0", + "version": "0.21.0-rc.1", "dependencies": { "@docusaurus/core": "3.0.1", "@docusaurus/preset-classic": "3.0.1", diff --git a/package.json b/package.json index ed7fe0c..05ede3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quai-docs", - "version": "0.21.0-rc.0", + "version": "0.21.0-rc.1", "private": true, "scripts": { "docusaurus": "docusaurus",