Skip to content

Commit

Permalink
release 120240617.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
0thernet committed Aug 4, 2024
1 parent aef015e commit 90d455d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/update-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "120240617.1.7";
export const VERSION = "120240617.1.8";

0 comments on commit 90d455d

Please sign in to comment.