Skip to content

Commit 85686d4

Browse files
committed
Updated documentation
1 parent a4c9481 commit 85686d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ the relevant HTML snippet to be stitched into the DOM in the clients browser.
3333
defp deps do
3434
[
3535
# ...
36-
{:htmex, "~> 0.1"}
36+
{:htmex, "~> 0.1.0"}
3737
]
3838
end
3939
end

lib/htmex.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule HTMeX do
3131
defp deps do
3232
[
3333
# ...
34-
{:htmex, "~> 0.1"}
34+
{:htmex, "~> 0.1.0"}
3535
]
3636
end
3737
end

0 commit comments

Comments
 (0)