Skip to content

Commit

Permalink
bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
royveshovda committed Oct 2, 2022
1 parent 6d57616 commit b6d1b1d
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 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed

```elixir
def deps do
[{:xgps, "~> 0.5.0"}]
[{:xgps, "~> 0.5.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 XGPS.Mixfile do
def project do
[app: :xgps,
name: XGPS,
version: "0.5.0",
version: "0.5.1",
elixir: "~> 1.10",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit b6d1b1d

Please sign in to comment.