Skip to content

Commit b1ff632

Browse files
fahchenclaude
andcommitted
chore: bump version to 0.7.0
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 143f8d1 commit b1ff632

2 files changed

Lines changed: 2 additions & 2 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.6.0"}
28+
{:dprint_markdown_formatter, "~> 0.7.0"}
2929
]
3030
end
3131
```

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.6.0"
4+
@version "0.7.0"
55
@source_url "https://github.com/fahchen/dprint_markdown_formatter"
66

77
def project do

0 commit comments

Comments
 (0)