Skip to content

Commit 9a8a170

Browse files
Try to get BCR app working
1 parent e091540 commit 9a8a170

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.bcr/source.template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"integrity": "",
3+
"strip_prefix": "",
34
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/release.tar.gz"
45
}

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "bazel-diff",
3-
version = "8.1.0",
3+
version = "8.1.1",
44
compatibility_level = 0,
55
)
66

0 commit comments

Comments
 (0)