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";