diff --git a/Cargo.lock b/Cargo.lock index 3ce7064..3bd70fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21891,7 +21891,7 @@ dependencies = [ [[package]] name = "vflow-runtime" -version = "1.0.0" +version = "1.1.0" dependencies = [ "alloy", "alloy-sol-types 1.4.1", diff --git a/runtime/vflow/Cargo.toml b/runtime/vflow/Cargo.toml index c687f55..6a4da94 100644 --- a/runtime/vflow/Cargo.toml +++ b/runtime/vflow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vflow-runtime" -version = "1.0.0" +version = "1.1.0" description = "VFlow Runtime" authors.workspace = true edition.workspace = true diff --git a/runtime/vflow/src/configs.rs b/runtime/vflow/src/configs.rs index 8dc2209..aaf8b6b 100644 --- a/runtime/vflow/src/configs.rs +++ b/runtime/vflow/src/configs.rs @@ -40,7 +40,7 @@ macro_rules! runtime_version { spec_name: Cow::Borrowed($spec_name), impl_name: Cow::Borrowed("vflow_node"), authoring_version: 1, - spec_version: 1_000_000, + spec_version: 1_001_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,