Skip to content

Commit

Permalink
Fix cowboy & cowlib reported versions in bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Mar 26, 2024
1 parent 070265d commit a05ea37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bazel/BUILD.cowboy
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ erlang_app(
hdrs = [":public_hdrs"],
app_name = "cowboy",
app_description = "Small, fast, modern HTTP server.",
app_version = "2.10.0",
app_version = "2.12.0",
app_registered = ["cowboy_clock"],
beam_files = [":beam_files"],
extra_apps = ["crypto"],
Expand Down
2 changes: 1 addition & 1 deletion bazel/BUILD.cowlib
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ erlang_app(
hdrs = [":public_hdrs"],
app_name = "cowlib",
app_description = "Support library for manipulating Web protocols.",
app_version = "2.12.1",
app_version = "2.13.0",
beam_files = [":beam_files"],
extra_apps = ["crypto"],
)
Expand Down

0 comments on commit a05ea37

Please sign in to comment.