Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheharyarn committed Feb 13, 2022
1 parent 9fc47bf commit bc9f1ed
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 @@ -32,7 +32,7 @@ Add `safeurl` to your project dependencies in `mix.exs`:

```elixir
def deps do
[{:safeurl, "~> 0.1.0"}]
[{:safeurl, "~> 0.2.0"}]
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.1.0"
@version "0.2.0"
@github "https://github.com/slab/safeurl-elixir"


Expand Down

0 comments on commit bc9f1ed

Please sign in to comment.