From bb718d9c37cbf8ed3a4404a9244ce577e30e677c Mon Sep 17 00:00:00 2001 From: Andrew Timberlake Date: Tue, 8 Oct 2024 06:19:29 +0200 Subject: [PATCH] Release 0.7.2 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98d209c..3944955 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add `:pdf` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:pdf, "~> 0.6"}, + {:pdf, "~> 0.7"}, ] end ``` diff --git a/mix.exs b/mix.exs index 48c6971..e82ec5c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Pdf.Mixfile do use Mix.Project - @version "0.7.1" + @version "0.7.2" @github_url "https://github.com/andrewtimberlake/elixir-pdf" def project do