Skip to content

Commit

Permalink
bump spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Apr 4, 2024
1 parent f945177 commit a11593d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions js-packages/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"strict": true,
"resolveJsonModule": true,
},
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node"
},
"include": [
"./**/*.ts"
],
Expand Down
2 changes: 1 addition & 1 deletion runtime/quartz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("sapphire"),

authoring_version: 1,
spec_version: 10030070,
spec_version: 10030071,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down

0 comments on commit a11593d

Please sign in to comment.