Skip to content

Commit

Permalink
Merge pull request #23 from WTTJ/chore/new-version-0.1.1
Browse files Browse the repository at this point in the history
chore: new version 0.1.1
  • Loading branch information
davidjulien authored Apr 11, 2024
2 parents 3f676b6 + 597797b commit 6e78430
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 6e78430

Please sign in to comment.