Skip to content

Commit

Permalink
Bump sdk version (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamgriffiths authored Jul 9, 2024
1 parent 3a9ef35 commit eb745a2
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.0.3";
const SDK_VERSION = "1.0.4";

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.0.3",
"version": "120240617.0.4",
"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.0.3";
export const VERSION = "120240617.0.4";

0 comments on commit eb745a2

Please sign in to comment.