Skip to content

Commit 01eaa78

Browse files
authored
Update version in the README (#1954)
1 parent 5210dd3 commit 01eaa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ExDoc requires Elixir v1.12 or later. Then add ExDoc as a dependency:
3535
```elixir
3636
def deps do
3737
[
38-
{:ex_doc, "~> 0.31", only: :dev, runtime: false},
38+
{:ex_doc, "~> 0.34", only: :dev, runtime: false},
3939
]
4040
end
4141
```

0 commit comments

Comments
 (0)