Skip to content

Commit 42e20ec

Browse files
committed
prepare v0.0.4
1 parent 2002e9f commit 42e20ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "tweag-credential-helper",
3-
version = "0.0.3",
3+
version = "0.0.4",
44
compatibility_level = 0,
55
)
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Add the following to your `MODULE.bazel` if you want to perform the recommended
6767
The latest release can always be found on the [Bazel Central Registry][bcr]:
6868

6969
```starlark
70-
bazel_dep(name = "tweag-credential-helper", version = "0.0.3")
70+
bazel_dep(name = "tweag-credential-helper", version = "0.0.4")
7171
```
7272

7373
Then add the shell stub to your own workspace.

examples/testing/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
66
bazel_dep(name = "rules_go", version = "0.53.0")
77
bazel_dep(
88
name = "tweag-credential-helper",
9-
version = "0.0.3",
9+
version = "0.0.4",
1010
)
1111
local_path_override(
1212
module_name = "tweag-credential-helper",

0 commit comments

Comments
 (0)