From 6f8682e869b9a1c598e13cc8811cfe3ba32e9513 Mon Sep 17 00:00:00 2001 From: jessedrelick Date: Fri, 30 Aug 2024 12:30:31 -0400 Subject: [PATCH] v0.1.2 (#3) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2dbdb6..bb904d3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add `agens` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:agens, "~> 0.1.1"} + {:agens, "~> 0.1.2"} ] end ``` diff --git a/mix.exs b/mix.exs index dfea68c..970fa8f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Agens.MixProject do use Mix.Project - @version "0.1.1" + @version "0.1.2" def project do [