Skip to content

Commit

Permalink
chore: new version 0.1.1
Browse files Browse the repository at this point in the history
Mainly bump certifi from 2.12.0 to 2.13.0
  • Loading branch information
davidjulien committed Apr 9, 2024
1 parent fc18850 commit 95235b2
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 @@ -13,7 +13,7 @@ Current version provides:
```elixir
def deps do
[
{:ex_ssl_options, "~> 0.1.0"}
{:ex_ssl_options, "~> 0.1"}
]
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 ExSslOptions.MixProject do
def project do
[
app: :ex_ssl_options,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
elixirc_options: [
Expand Down

0 comments on commit 95235b2

Please sign in to comment.