Skip to content

Commit 499f6a4

Browse files
fahchenclaude
andcommitted
chore: bump version to 0.7.1
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent cbbe8c8 commit 499f6a4

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

77
def project do

0 commit comments

Comments
 (0)