Skip to content

Commit

Permalink
Update version number to 0.3.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
KushalP authored Dec 17, 2024
1 parent 023cc2e commit 14eb5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

module(
name = "rules_pkl",
version = "0.2.0",
version = "0.3.0",
bazel_compatibility = [">=7.0.0"],
compatibility_level = 1,
)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14eb5a5

Please sign in to comment.