Skip to content

Commit 646b911

Browse files
fahchenclaude
andcommitted
chore: bump version to 0.5.1
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cfe2896 commit 646b911

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.5.0"}
28+
{:dprint_markdown_formatter, "~> 0.5.1"}
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.5.0"}
24+
{:dprint_markdown_formatter, "~> 0.5.1"}
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.5.0"
4+
@version "0.5.1"
55
@source_url "https://github.com/fahchen/dprint_markdown_formatter"
66

77
def project do

0 commit comments

Comments
 (0)