Skip to content

Commit

Permalink
Bump to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoe committed Dec 15, 2023
1 parent 9f7b2a8 commit efbe7c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## [1.15.0] - 2023-12-15

### Fixed

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.14"}
{:chromic_pdf, "~> 1.15"}
]
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.14.0"
@version "1.15.0"

def project do
[
Expand Down

0 comments on commit efbe7c1

Please sign in to comment.