Skip to content

Commit

Permalink
version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed May 7, 2024
1 parent d487a6e commit 197aa74
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,6 +1,6 @@
module(
name = "com_github_rabbitmq_looking_glass",
version = "0.2.1",
version = "0.2.2",
)

bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT = looking_glass
PROJECT_DESCRIPTION = New project
PROJECT_VERSION = 0.2.1
PROJECT_VERSION = 0.2.2

DEPS = lz4
dep_lz4 = git https://github.com/rabbitmq/lz4-erlang.git main
Expand Down

0 comments on commit 197aa74

Please sign in to comment.