Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ruoss committed May 4, 2020
1 parent 2d00f05 commit 3355c5c
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.2.0"}]
[{:gcs_signed_url, "~> 0.3.0"}]
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.2.0",
version: "0.3.0",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
package: package(),
Expand Down

0 comments on commit 3355c5c

Please sign in to comment.