Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martosaur committed Jun 3, 2024
1 parent d7d0e07 commit c2bb2e5
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 @@ -24,7 +24,7 @@ through SafeURL:
```elixir
def deps do
[
{:safeurl, "~> 0.3.0"},
{:safeurl, "~> 0.3"},
{:httpoison, "~> 1.8"}, # Optional
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule SafeURL.MixProject do

@app :safeurl
@name "SafeURL"
@version "0.3.0"
@version "0.3.1"
@github "https://github.com/slab/safeurl-elixir"


Expand Down

0 comments on commit c2bb2e5

Please sign in to comment.