Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheharyarn committed May 13, 2022
1 parent 7e9add2 commit 0318e74
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 @@ -35,7 +35,7 @@ through SafeURL:
```elixir
def deps do
[
{:safeurl, "~> 0.2.0"},
{:safeurl, "~> 0.3.0"},
{: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.2.0"
@version "0.3.0"
@github "https://github.com/slab/safeurl-elixir"


Expand Down

0 comments on commit 0318e74

Please sign in to comment.