diff --git a/bin/update-version.ts b/bin/update-version.ts index b88639b..9de0dc8 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.4"; +const SDK_VERSION = "1.0.5"; const ok = (message: string) => console.log("\x1b[32m✓\x1b[0m", message); diff --git a/package-lock.json b/package-lock.json index 847ea91..81ea0e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "substrate", - "version": "120240617.0.4", + "version": "120240617.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "substrate", - "version": "120240617.0.4", + "version": "120240617.0.5", "license": "MIT", "dependencies": { "@types/node-fetch": "^2.6.11", diff --git a/package.json b/package.json index bdd6bdc..54ee110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "substrate", - "version": "120240617.0.4", + "version": "120240617.0.5", "description": "The official SDK for the Substrate API", "repository": { "type": "git", diff --git a/src/version.ts b/src/version.ts index e916a5c..1e7027c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = "120240617.0.4"; +export const VERSION = "120240617.0.5";