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 9fc47bf commit bc9f1edCopy full SHA for bc9f1ed
README.md
@@ -32,7 +32,7 @@ Add `safeurl` to your project dependencies in `mix.exs`:
32
33
```elixir
34
def deps do
35
- [{:safeurl, "~> 0.1.0"}]
+ [{:safeurl, "~> 0.2.0"}]
36
end
37
```
38
mix.exs
@@ -4,7 +4,7 @@ defmodule SafeURL.MixProject do
4
5
@app :safeurl
6
@name "SafeURL"
7
- @version "0.1.0"
+ @version "0.2.0"
8
@github "https://github.com/slab/safeurl-elixir"
9
10
0 commit comments