diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-10-08 10:37:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 07:37:28 -0700 |
commit | a62c7e036ab6851c0293f407ead635a7331445b7 (patch) | |
tree | d0e7e3a411f4d6f5983c480e175744c1d9622006 /runtime/permissions | |
parent | 94adfeec78ae66d29e186f21e85efee2f179558f (diff) |
2.0.0 (#26063)
Bumped versions for 2.0.0
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'runtime/permissions')
-rw-r--r-- | runtime/permissions/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml index bb8ebb97c..8f0b0dd3d 100644 --- a/runtime/permissions/Cargo.toml +++ b/runtime/permissions/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_permissions" -version = "0.30.0" +version = "0.31.0" authors.workspace = true edition.workspace = true license.workspace = true |