diff --git a/MODULE.bazel b/MODULE.bazel index 2a36420..40eb4b0 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -15,7 +15,7 @@ module( name = "rules_pkl", - version = "0.2.0", + version = "0.3.0", bazel_compatibility = [">=7.0.0"], compatibility_level = 1, ) diff --git a/README.md b/README.md index 3ccb62f..eb07dbf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To use `rules_pkl`, enable `bzlmod` within your project, and then add the follow ```starlark # Please check the releases page on GitHub for the latest released version -bazel_dep(name = "rules_pkl", version = "0.1.0") +bazel_dep(name = "rules_pkl", version = "0.3.0") ``` ## Examples