Skip to content

Commit

Permalink
Bump to 1.12.0 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoe authored Jul 12, 2023
1 parent 10fb19f commit 554d5ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## [1.12.0] - 2024-07-12

### Added

Expand All @@ -15,7 +15,7 @@

- Add `--hide-scrollbars` to default command line options, to hide scrollbars on screenshots.

## [1.10.0] - 2024-6-09
## [1.10.0] - 2024-06-09

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ChromicPDF is a supervision tree (rather than an application). You will need to
```elixir
def deps do
[
{:chromic_pdf, "~> 1.11"}
{:chromic_pdf, "~> 1.12"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/chromic_pdf.ex
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ defmodule ChromicPDF do
def deps do
[
{:chromic_pdf, "~> 1.11"},
{:chromic_pdf, "..."},
{:websockex, "~> 0.4.3"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ChromicPdf.MixProject do
use Mix.Project

@source_url "https://github.com/bitcrowd/chromic_pdf"
@version "1.11.0"
@version "1.12.0"

def project do
[
Expand Down

0 comments on commit 554d5ba

Please sign in to comment.