Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Jun 24, 2020
1 parent ad5d1b9 commit 60055f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ The package can be installed by adding `phoenix_client_ssl` to your list of depe

```elixir
def deps do
[{:phoenix_client_ssl, "~> 0.3"}]
[{:phoenix_client_ssl, "~> 0.5"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -6,7 +6,7 @@ defmodule PhoenixClientSsl.Mixfile do
def project do
[
app: :phoenix_client_ssl,
version: "0.4.1",
version: "0.5.0",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
description: description(),
Expand Down

0 comments on commit 60055f6

Please sign in to comment.