diff --git a/README.md b/README.md index e92a182..0a545d8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "bazel_javascript", remote = "https://github.com/zenclabs/bazel-javascript.git", - tag = "0.0.27", + tag = "0.0.28", ) # Required for underlying dependencies such as Node and Yarn.