Skip to content

Commit

Permalink
Merge pull request #274 from starkware-libs/bump_versions
Browse files Browse the repository at this point in the history
bump versions to rc3 (#274)
  • Loading branch information
ArielElp authored Feb 4, 2025
2 parents 17fe215 + 25ca833 commit cef90bf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.8.0-rc.0",
"version": "0.8.0-rc3",
"title": "StarkNet Node API",
"license": {}
},
Expand Down
2 changes: 1 addition & 1 deletion api/starknet_executables.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0",
"info": {
"version": "0.8.0-rc.0",
"version": "0.8.0-rc3",
"title": "API for getting Starknet executables from nodes that store compiled artifacts",
"license": {}
},
Expand Down
2 changes: 1 addition & 1 deletion api/starknet_metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0",
"info": {
"version": "0.1.0",
"version": "0.8.0-rc3",
"title": "Starknet ABI specs"
},
"methods": [],
Expand Down
2 changes: 1 addition & 1 deletion api/starknet_trace_api_openrpc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.8.0-rc.0",
"version": "0.8.0-rc3",
"title": "StarkNet Trace API",
"license": {}
},
Expand Down
2 changes: 1 addition & 1 deletion api/starknet_write_api.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.8.0-rc.0",
"version": "0.8.0-rc3",
"title": "StarkNet Node Write API",
"license": {}
},
Expand Down
2 changes: 1 addition & 1 deletion api/starknet_ws_api.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.3.2",
"info": {
"version": "0.8.0-rc0",
"version": "0.8.0-rc3",
"title": "StarkNet WebSocket RPC API",
"license": {}
},
Expand Down
2 changes: 1 addition & 1 deletion wallet-api/wallet_rpc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.8.0-rc.2",
"version": "0.8.0-rc3",
"title": "Starknet Wallet API",
"license": {}
},
Expand Down

0 comments on commit cef90bf

Please sign in to comment.