We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d0e07 commit c2bb2e5Copy full SHA for c2bb2e5
README.md
@@ -24,7 +24,7 @@ through SafeURL:
24
```elixir
25
def deps do
26
[
27
- {:safeurl, "~> 0.3.0"},
+ {:safeurl, "~> 0.3"},
28
{:httpoison, "~> 1.8"}, # Optional
29
]
30
end
mix.exs
@@ -4,7 +4,7 @@ defmodule SafeURL.MixProject do
4
5
@app :safeurl
6
@name "SafeURL"
7
- @version "0.3.0"
+ @version "0.3.1"
8
@github "https://github.com/slab/safeurl-elixir"
9
10
0 commit comments