Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Oct 1, 2024
1 parent 9c23c94 commit 0174470
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 @@ -2,7 +2,7 @@

module(
name = "rules_gazebo",
version = "0.0.1",
version = "0.0.2",
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 @@ -7,5 +7,5 @@ Bazel rules to support building [Gazebo](https://gazebosim.org) libraries
Install with bzlmod, add to MODULE.bazel

```starlark
bazel_dep(name = "rules_gazebo", version = "0.0.1")
bazel_dep(name = "rules_gazebo", version = "0.0.2")
```

0 comments on commit 0174470

Please sign in to comment.