Skip to content

Commit

Permalink
Release module version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seh committed Feb 16, 2023
1 parent 49e5957 commit 6c341ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "rules_cue",
version = "0.2.0",
version = "0.2.1",
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
Expand Down
4 changes: 2 additions & 2 deletions examples/bzlmod/MODULE.bazel
@@ -1,10 +1,10 @@
module(
name = "rules_cue_examples_bzlmod",
version = "0.2.0",
version = "0.2.1",
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "rules_cue", version = "0.2.0")
bazel_dep(name = "rules_cue", version = "0.2.1")
local_path_override(
module_name = "rules_cue",
path = "../../",
Expand Down

0 comments on commit 6c341ed

Please sign in to comment.