Skip to content

Commit d2a2e56

Browse files
committed
missing version
1 parent 590ae70 commit d2a2e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The package can be installed by adding `mishka_developer_tools` to your list of
1212
```elixir
1313
def deps do
1414
[
15-
{:mishka_developer_tools, "~> 0.0.7"}
15+
{:mishka_developer_tools, "~> 0.0.6"}
1616
]
1717
end
1818
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule MishkaDeveloperTools.MixProject do
22
use Mix.Project
3-
@version "0.0.7"
3+
@version "0.0.6"
44

55
def project do
66
[

0 commit comments

Comments
 (0)