Skip to content

Commit

Permalink
Minor bzlmod related additions
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Dec 16, 2023
1 parent 671a96a commit 97bd67e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""AppImage rules for Bazel."""

module(
name = "rules_appimage",
version = "1.3.0",
version = "1.5.0",
)

bazel_dep(name = "aspect_rules_py", version = "0.4.0")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See also [Alternatives](#alternatives) below.

### Installation

See the [latest release notes](https://github.com/lalten/rules_appimage/releases/latest) for a snippet to add to your `WORKSPACE`.
See the [latest release notes](https://github.com/lalten/rules_appimage/releases/latest) for a snippet to add to your `MODULE.bazel` or `WORKSPACE`.

### Usage

Expand Down

0 comments on commit 97bd67e

Please sign in to comment.