Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmcglynn committed Jan 4, 2025
1 parent 75ff211 commit c12c38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ A C++17 port of the JavaScript pixelmatch library, providing a small pixel-level
To use, add the following to your MODULE.bazel file:
```
bazel_dep(name = "pixelmatch-cpp17", version = "0.0.0")
bazel_dep(name = "pixelmatch-cpp17", version = "1.0.0")
git_override(
module_name = "pixelmatch-cpp17",
remote = "https://github.com/jwmcglynn/pixematch-cpp17",
)
```
"""

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

#
# Build dependencies
Expand Down

0 comments on commit c12c38a

Please sign in to comment.