Skip to content

Commit

Permalink
Update version in guides
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm committed Nov 16, 2023
1 parent 5a6c61c commit 4836ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion guides/usage.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:briefly, "~> 0.4.0"}
{:briefly, "~> 0.5.0"}
])
```

Expand Down

0 comments on commit 4836ba3

Please sign in to comment.