diff --git a/dagger.json b/dagger.json index 37c1f32..9ced00c 100644 --- a/dagger.json +++ b/dagger.json @@ -1,4 +1,8 @@ { "name": "deno", - "sdk": "github.com/fluentci-io/daggerverse/deno-sdk@main" -} \ No newline at end of file + "sdk": "github.com/fluentci-io/daggerverse/deno-sdk@main", + "version": "v0.10.0", + "description": "", + "author": "Tsiry Sandratraina", + "license": "MIT" +} diff --git a/plugin/Cargo.toml b/plugin/Cargo.toml index 33e705c..d7f1cd1 100644 --- a/plugin/Cargo.toml +++ b/plugin/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "deno" -version = "0.10.1" +version = "0.10.0" [lib] crate-type = ["cdylib"]