Bump to v0.1.1

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-12 14:20:06 -06:00
parent 544d5ef0b6
commit 85ba6dbf87
2 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,7 @@ workspace(
git_repository( git_repository(
name = "rules_zapp", name = "rules_zapp",
remote = "https://github.com/arrdem/rules_zapp.git", remote = "https://github.com/arrdem/rules_zapp.git",
tag = "0.1.0", tag = "0.1.1",
) )
$ cat BUILD $ cat BUILD

View file

@ -29,7 +29,8 @@ git_repository(
git_repository( git_repository(
name = "rules_zapp", name = "rules_zapp",
remote = "https://github.com/arrdem/rules_zapp.git", 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") load("@rules_python//python:pip.bzl", "pip_install")