Skip to content

Commit

Permalink
Bump to 1.44.0-alpha.4
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Spore <[email protected]>
  • Loading branch information
germsvel and ry4n1m3 committed Aug 19, 2024
1 parent 04b0b51 commit 778e0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The package can be installed by adding `playwright` to your list of dependencies
```elixir
def deps do
[
{:playwright, "~> 1.44.0-alpha.3"}
{:playwright, "~> 1.44.0-alpha.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule Playwright.MixProject do
preferred_cli_env: [credo: :test, dialyzer: :test, docs: :docs],
source_url: @source_url,
start_permanent: Mix.env() == :prod,
version: "1.44.0-alpha.3"
version: "1.44.0-alpha.4"
]
end

Expand Down

0 comments on commit 778e0f4

Please sign in to comment.