Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Serabe committed Oct 7, 2023
1 parent b879ce5 commit 08bf6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following package to `mix.exs`:
```elixir
def deps do
[
{:dom_helpers, "~> 0.2.0", only: [:dev, :test]}
{:dom_helpers, "~> 0.2.3", only: [:dev, :test]}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule DomHelpers.MixProject do
use Mix.Project

@version "0.2.2"
@version "0.2.3"
@source_url "https://github.com/Serabe/dom_helpers"

def project do
Expand Down

0 comments on commit 08bf6fc

Please sign in to comment.