Skip to content

Commit

Permalink
Bump Module version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonSteving99 committed Apr 29, 2024
1 parent 37be0f4 commit f6fd921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "claro-lang",
repo_name = "claro-lang",
version = "0.1.503",
version = "0.1.506",
)

bazel_dep(name = "aspect_bazel_lib", version = "2.0.1")
Expand Down
2 changes: 1 addition & 1 deletion examples/bzlmod/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(name = "example-claro-module")

bazel_dep(name = "claro-lang", version = "0.1.503")
bazel_dep(name = "claro-lang", version = "0.1.506")

# NOTE: These "dev dependencies" are only necessary if you'd like to use ClaroDocs to visualize
# Claro programs as a local dev server. With these dependencies added, you should be able to
Expand Down

0 comments on commit f6fd921

Please sign in to comment.