diff --git a/MODULE.bazel b/MODULE.bazel index a0b4343..2b526c5 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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") diff --git a/README.md b/README.md index 870611f..a3dda85 100644 --- a/README.md +++ b/README.md @@ -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