Skip to content

Commit c12c38a

Browse files
committed
Set version to 1.0.0
1 parent 75ff211 commit c12c38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ A C++17 port of the JavaScript pixelmatch library, providing a small pixel-level
33
44
To use, add the following to your MODULE.bazel file:
55
```
6-
bazel_dep(name = "pixelmatch-cpp17", version = "0.0.0")
6+
bazel_dep(name = "pixelmatch-cpp17", version = "1.0.0")
77
git_override(
88
module_name = "pixelmatch-cpp17",
99
remote = "https://github.com/jwmcglynn/pixematch-cpp17",
1010
)
1111
```
1212
"""
1313

14-
module(name = "pixelmatch-cpp17", repo_name = "pixelmatch-cpp17")
14+
module(name = "pixelmatch-cpp17", repo_name = "pixelmatch-cpp17", version = "1.0.0")
1515

1616
#
1717
# Build dependencies

0 commit comments

Comments
 (0)