Skip to content

Commit aed1c82

Browse files
authored
Update README to 0.0.6 (#133)
1 parent 692cbfb commit aed1c82

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 = "51c7c5995f5de89ea1bbd64d956fd589f1c03357ab6768032930fadc2570f6a8",
28-
strip_prefix = "rules_typescript_proto-0.0.5",
27+
sha256 = "cca55a4a8eb8489e8c8341355d9e69937685d831792d71c3051170e1c040d310",
28+
strip_prefix = "rules_typescript_proto-0.0.6",
2929
urls = [
30-
"https://github.com/Dig-Doug/rules_typescript_proto/archive/0.0.5.tar.gz",
30+
"https://github.com/Dig-Doug/rules_typescript_proto/archive/0.0.6.tar.gz",
3131
],
3232
)
3333

0 commit comments

Comments
 (0)