Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Eccles committed Dec 4, 2020
1 parent 01ce385 commit 9e727d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add `segment` to your list of dependencies in `mix.exs`.
```
def deps do
[
{:segment, "~> 0.2.4"}
{:segment, "~> 0.2.5"}
]
end
```
Expand Down
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule AnalyticsElixir.Mixfile do
use Mix.Project

@source_url "https://github.com/stueccles/analytics-elixir"
@version "0.2.4"
@version "0.2.5"

def project do
[
Expand Down Expand Up @@ -39,7 +39,8 @@ defmodule AnalyticsElixir.Mixfile do
files: ["lib", "mix.exs", "README*", "LICENSE*"],
maintainers: ["Stuart Eccles"],
licenses: ["MIT"],
links: %{"GitHub" => @source_url}]
links: %{"GitHub" => @source_url}
]
end

defp docs do
Expand Down

0 comments on commit 9e727d7

Please sign in to comment.