Skip to content

Commit b3e6b7c

Browse files
authored
Update README to 0.0.5 (#118)
1 parent ccdcdcc commit b3e6b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2424

2525
http_archive(
2626
name = "rules_typescript_proto",
27-
sha256 = "56dce48f816ae5ad239b0ca5a55e7f774ca6866d3bd2306b26874445bc247eb7",
28-
strip_prefix = "rules_typescript_proto-0.0.4",
27+
sha256 = "51c7c5995f5de89ea1bbd64d956fd589f1c03357ab6768032930fadc2570f6a8",
28+
strip_prefix = "rules_typescript_proto-0.0.5",
2929
urls = [
30-
"https://github.com/Dig-Doug/rules_typescript_proto/archive/0.0.4.tar.gz",
30+
"https://github.com/Dig-Doug/rules_typescript_proto/archive/0.0.5.tar.gz",
3131
],
3232
)
3333

0 commit comments

Comments
 (0)