Skip to content

Commit 14eb5a5

Browse files
authored
Update version number to 0.3.0 (#45)
1 parent 023cc2e commit 14eb5a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
module(
1717
name = "rules_pkl",
18-
version = "0.2.0",
18+
version = "0.3.0",
1919
bazel_compatibility = [">=7.0.0"],
2020
compatibility_level = 1,
2121
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use `rules_pkl`, enable `bzlmod` within your project, and then add the follow
1919

2020
```starlark
2121
# Please check the releases page on GitHub for the latest released version
22-
bazel_dep(name = "rules_pkl", version = "0.1.0")
22+
bazel_dep(name = "rules_pkl", version = "0.3.0")
2323
```
2424

2525
## Examples

0 commit comments

Comments
 (0)