From 85ba6dbf87cadcf2410659127a46649983a079f9 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Thu, 12 Aug 2021 14:20:06 -0600 Subject: [PATCH] Bump to v0.1.1 --- README.md | 2 +- example/WORKSPACE | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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")