diff --git a/README.md b/README.md index 1eb8b41..de0cda8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ workspace( git_repository( name = "rules_zapp", remote = "https://github.com/arrdem/rules_zapp.git", - tag = "0.1.0", + tag = "0.1.1", ) $ cat BUILD diff --git a/example/WORKSPACE b/example/WORKSPACE index 813805d..d6a68ea 100644 --- a/example/WORKSPACE +++ b/example/WORKSPACE @@ -29,7 +29,8 @@ git_repository( git_repository( name = "rules_zapp", remote = "https://github.com/arrdem/rules_zapp.git", - tag = "0.1.0", + tag = "0.1.1", + # branch = "trunk", ) load("@rules_python//python:pip.bzl", "pip_install")