From 4836ba322ffb504a102a15cc6e35d928ef97120e Mon Sep 17 00:00:00 2001 From: Michael Crumm Date: Wed, 15 Nov 2023 16:50:08 -0800 Subject: [PATCH] Update version in guides --- README.md | 2 +- guides/usage.livemd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab4d3c6..0f5cf4c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The fastest way to use Briefly is with [`Mix.install/2`](https://hexdocs.pm/mix/ ```elixir Mix.install([ - {:briefly, "~> 0.4.0"} + {:briefly, "~> 0.5.0"} ]) {:ok, path} = Briefly.create() diff --git a/guides/usage.livemd b/guides/usage.livemd index 66d0fb0..073cfb2 100644 --- a/guides/usage.livemd +++ b/guides/usage.livemd @@ -2,7 +2,7 @@ ```elixir Mix.install([ - {:briefly, "~> 0.4.0"} + {:briefly, "~> 0.5.0"} ]) ```