Skip to content

Commit 8c0a32d

Browse files
committed
Bump to 1.49.1-alpha.2
1 parent ebc3162 commit 8c0a32d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The package can be installed by adding `playwright` to your list of dependencies
1313
```elixir
1414
def deps do
1515
[
16-
{:playwright, "~> 1.49.1-alpha.1"}
16+
{:playwright, "~> 1.49.1-alpha.2"}
1717
]
1818
end
1919
```
@@ -68,6 +68,6 @@ This project aims to track the release versioning found in [Playwright proper](h
6868

6969
1. Update the version in `mix.exs`
7070
a. Search for and update the version anywhere it appears in the repo, such as this README
71-
2. `git tag -a v${version_number}` such that the tag look like `v1.44.0-alpha.3` or `v1.44.0`
71+
2. `git tag -a v${version_number}` such that the tag look like `v1.49.1-alpha.2` or `v1.49.1`
7272
3. `git push --tags`
7373
4. `mix hex.publish`

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule Playwright.MixProject do
2020
preferred_cli_env: [credo: :test, dialyzer: :test, docs: :docs],
2121
source_url: @source_url,
2222
start_permanent: Mix.env() == :prod,
23-
version: "1.49.1-alpha.1"
23+
version: "1.49.1-alpha.2"
2424
]
2525
end
2626

0 commit comments

Comments
 (0)