From 90d455d387ffdaf933765e25f55ee4e7f7b4434e Mon Sep 17 00:00:00 2001 From: benzguo Date: Sat, 3 Aug 2024 20:46:41 -0400 Subject: [PATCH] release 120240617.1.8 --- 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 2d7f486..0c3007e 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.1.7"; +const SDK_VERSION = "1.1.8"; const ok = (message: string) => console.log("\x1b[32m✓\x1b[0m", message); diff --git a/package-lock.json b/package-lock.json index c11e188..ac4531a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "substrate", - "version": "120240617.1.7", + "version": "120240617.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "substrate", - "version": "120240617.1.7", + "version": "120240617.1.8", "license": "MIT", "dependencies": { "@types/node-fetch": "^2.6.11", diff --git a/package.json b/package.json index f778af3..b61e06b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "substrate", - "version": "120240617.1.7", + "version": "120240617.1.8", "description": "The official SDK for the Substrate API", "repository": { "type": "git", diff --git a/src/version.ts b/src/version.ts index 45943d7..48fee57 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = "120240617.1.7"; +export const VERSION = "120240617.1.8";