Skip to content

Commit 870f62f

Browse files
author
Michael Carroll
committed
Release v0.0.3
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
1 parent d3e36a5 commit 870f62f

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
@@ -2,7 +2,7 @@
22

33
module(
44
name = "rules_gazebo",
5-
version = "0.0.2",
5+
version = "0.0.3",
66
compatibility_level = 1,
77
)
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Bazel rules to support building [Gazebo](https://gazebosim.org) libraries
77
Install with bzlmod, add to MODULE.bazel
88

99
```starlark
10-
bazel_dep(name = "rules_gazebo", version = "0.0.2")
10+
bazel_dep(name = "rules_gazebo", version = "0.0.3")
1111
```

0 commit comments

Comments
 (0)