We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851fa8a commit 8eeb086Copy full SHA for 8eeb086
3 files changed
README.md
@@ -25,7 +25,7 @@ Add to your `mix.exs`:
25
```elixir
26
def deps do
27
[
28
- {:dprint_markdown_formatter, "~> 0.1.0"}
+ {:dprint_markdown_formatter, "~> 0.4.0"}
29
]
30
end
31
```
llms.txt
@@ -21,7 +21,7 @@ Add to `mix.exs`:
21
22
23
24
mix.exs
@@ -1,7 +1,7 @@
1
defmodule DprintMarkdownFormatter.MixProject do
2
use Mix.Project
3
4
- @version "0.3.0"
+ @version "0.4.0"
5
@source_url "https://github.com/fahchen/dprint_markdown_formatter"
6
7
def project do
0 commit comments