Skip to content

Commit

Permalink
Update version in the README (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerolson authored Sep 19, 2024
1 parent 5210dd3 commit 01eaa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ExDoc requires Elixir v1.12 or later. Then add ExDoc as a dependency:
```elixir
def deps do
[
{:ex_doc, "~> 0.31", only: :dev, runtime: false},
{:ex_doc, "~> 0.34", only: :dev, runtime: false},
]
end
```
Expand Down

0 comments on commit 01eaa78

Please sign in to comment.