From eb745a2e7658c0fbd364fddcc04d9443f5f0c161 Mon Sep 17 00:00:00 2001 From: Liam Griffiths Date: Tue, 9 Jul 2024 10:34:17 -0400 Subject: [PATCH] Bump sdk version (#94) --- bin/update-version.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/update-version.ts b/bin/update-version.ts index 275f1de..b88639b 100755 --- a/bin/update-version.ts +++ b/bin/update-version.ts @@ -5,7 +5,7 @@ import { execSync } from "node:child_process"; // NOTE: Merged with API version to produce the full SDK version string // https://docs.substrate.run/versioning -const SDK_VERSION = "1.0.3"; +const SDK_VERSION = "1.0.4"; const ok = (message: string) => console.log("\x1b[32m✓\x1b[0m", message); diff --git a/package-lock.json b/package-lock.json index e2b4998..847ea91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "substrate", - "version": "120240617.0.3", + "version": "120240617.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "substrate", - "version": "120240617.0.3", + "version": "120240617.0.4", "license": "MIT", "dependencies": { "@types/node-fetch": "^2.6.11", diff --git a/package.json b/package.json index 45cdb61..bdd6bdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "substrate", - "version": "120240617.0.3", + "version": "120240617.0.4", "description": "The official SDK for the Substrate API", "repository": { "type": "git", diff --git a/src/version.ts b/src/version.ts index 72739ba..e916a5c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = "120240617.0.3"; +export const VERSION = "120240617.0.4";