Skip to content

Commit 8eeb086

Browse files
committed
chore: bump version to 0.4.0
1 parent 851fa8a commit 8eeb086

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add to your `mix.exs`:
2525
```elixir
2626
def deps do
2727
[
28-
{:dprint_markdown_formatter, "~> 0.1.0"}
28+
{:dprint_markdown_formatter, "~> 0.4.0"}
2929
]
3030
end
3131
```

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add to `mix.exs`:
2121
```elixir
2222
def deps do
2323
[
24-
{:dprint_markdown_formatter, "~> 0.1.0"}
24+
{:dprint_markdown_formatter, "~> 0.4.0"}
2525
]
2626
end
2727
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule DprintMarkdownFormatter.MixProject do
22
use Mix.Project
33

4-
@version "0.3.0"
4+
@version "0.4.0"
55
@source_url "https://github.com/fahchen/dprint_markdown_formatter"
66

77
def project do

0 commit comments

Comments
 (0)