Skip to content

Commit

Permalink
update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Nov 24, 2024
1 parent 7423128 commit 97d86f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Tests](https://github.com/sorax/reply/actions/workflows/test.yml/badge.svg)](https://github.com/sorax/reply/actions/workflows/test.yml)
[![Code Quality](https://github.com/sorax/reply/actions/workflows/quality.yml/badge.svg)](https://github.com/sorax/reply/actions/workflows/quality.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/reply.svg)](https://hex.pm/packages/reply)
[![hexdocs.pm](https://img.shields.io/badge/docs-0.2.0-brightgreen.svg)](https://hexdocs.pm/reply/0.2.0/Reply.html)
[![hexdocs.pm](https://img.shields.io/badge/docs-1.0.0-brightgreen.svg)](https://hexdocs.pm/reply/1.0.0/Reply.html)
[![Hex.pm Downloads](https://img.shields.io/hexpm/dt/reply)](https://hex.pm/packages/reply)
[![License](https://img.shields.io/hexpm/l/reply.svg)](https://github.com/sorax/reply/blob/min/LICENSE.md)

Expand All @@ -16,7 +16,7 @@ Simply add `reply` to your list of dependencies in your `mix.exs`:
```elixir
def deps do
[
{:reply, "~> 0.2.0"}
{:reply, "~> 1.0"}
]
end
```
Expand Down

0 comments on commit 97d86f1

Please sign in to comment.