From b193185e48f96f750dcb10871872873599161bf4 Mon Sep 17 00:00:00 2001 From: Alex Koutmos Date: Thu, 24 Oct 2024 16:05:48 -0400 Subject: [PATCH] Prepping for release --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d447b1..48db17a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:prom_ex, "~> 1.10.0"} + {:prom_ex, "~> 1.11.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 8642297..71dda7a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule PromEx.MixProject do def project do [ app: :prom_ex, - version: "1.10.0", + version: "1.11.0", elixir: "~> 1.14", name: "PromEx", source_url: "https://github.com/akoutmos/prom_ex",