diff --git a/MODULE.bazel b/MODULE.bazel index 1028aa5..453c969 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_bun", - version = "0.2.1", + version = "0.2.2", ) # Core ruleset dependencies. diff --git a/README.md b/README.md index 25d2bc4..09d7005 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Release announcements should provide a copy-pasteable module snippet in the standard ruleset form: ```starlark -bazel_dep(name = "rules_bun", version = "0.2.1") +bazel_dep(name = "rules_bun", version = "0.2.2") ``` Then add the Bun repositories and register the toolchains in `MODULE.bazel`: diff --git a/VERSION b/VERSION index 2bf362b..59209d0 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.2.1 +0.2.2 stable 0