From 8a890899c93f99b0d60eeb21fd92cb931b0ae0cb Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Thu, 13 Feb 2025 16:43:26 +0400 Subject: [PATCH] new release version 1.3.0 --- clients/js/packages/client/src/client.ts | 2 +- starship/charts/devnet/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/js/packages/client/src/client.ts b/clients/js/packages/client/src/client.ts index 6c4f925e..47193a9b 100644 --- a/clients/js/packages/client/src/client.ts +++ b/clients/js/packages/client/src/client.ts @@ -51,7 +51,7 @@ export interface PodPorts { } const defaultName: string = 'starship'; -const defaultVersion: string = 'v1.2.0'; +const defaultVersion: string = 'v1.3.0'; // TODO talk to Anmol about moving these into yaml, if not already possible? const defaultPorts: PodPorts = { diff --git a/starship/charts/devnet/Chart.yaml b/starship/charts/devnet/Chart.yaml index fda194a2..c4adafd3 100644 --- a/starship/charts/devnet/Chart.yaml +++ b/starship/charts/devnet/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.0 +version: 1.3.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