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
caspg committed Apr 12, 2022
1 parent 0444895 commit 717c3fa
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 @@ -14,7 +14,7 @@ Add to deps inside your mix.exs

```elixir
defp deps do
{:gpx_ex, git: "git@github.com:caspg/gpx_ex.git", tag: "0.2.0"}
{:gpx_ex, git: "git@github.com:caspg/gpx_ex.git", tag: "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 GpxEx.MixProject do
def project do
[
app: :gpx_ex,
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
Expand Down

0 comments on commit 717c3fa

Please sign in to comment.