Skip to content

Commit

Permalink
Release 0.4.1 (mix.exs and README)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ruoss committed Oct 20, 2020
1 parent f6966c1 commit be0bfd6
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 @@ -10,7 +10,7 @@ Add `gcs_signed_url` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:gcs_signed_url, "~> 0.4.0"}]
[{:gcs_signed_url, "~> 0.4"}]
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 GcsSignedUrl.MixProject do
def project do
[
app: :gcs_signed_url,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
package: package(),
Expand Down

0 comments on commit be0bfd6

Please sign in to comment.