Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martosaur committed Jan 10, 2025
1 parent 791ee42 commit 9318a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ through SafeURL:
```elixir
def deps do
[
{:safeurl, "~> 0.3"},
{:httpoison, "~> 1.8"}, # Optional
{:safeurl, "~> 1.0"},
{:httpoison, "~> 2.2"}, # Optional
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule SafeURL.MixProject do

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

def project do
Expand Down

0 comments on commit 9318a0f

Please sign in to comment.