From 778e0f4f097ef17bcdd8441da9f920c79a590e6a Mon Sep 17 00:00:00 2001 From: German Velasco Date: Mon, 19 Aug 2024 11:02:50 -0700 Subject: [PATCH] Bump to 1.44.0-alpha.4 Co-authored-by: Ryan Spore --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34e44db1..2fd4dc2e 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index e6bb71c1..0bd2810b 100644 --- a/mix.exs +++ b/mix.exs @@ -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