File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The package can be installed by adding `playwright` to your list of dependencies
1313``` elixir
1414def deps do
1515 [
16- {:playwright , " ~> 1.49.1-alpha.1 " }
16+ {:playwright , " ~> 1.49.1-alpha.2 " }
1717 ]
1818end
1919```
@@ -68,6 +68,6 @@ This project aims to track the release versioning found in [Playwright proper](h
6868
69691 . 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 `
72723 . ` git push --tags `
73734 . ` mix hex.publish `
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments