Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Siri committed Feb 17, 2018
1 parent eded1ed commit 394a30c
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 @@ -11,7 +11,7 @@ by adding `upstream` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:upstream, "~> 1.2.0"}]
[{:upstream, "~> 1.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 @@ -7,7 +7,7 @@ defmodule Upstream.Mixfile do
def project do
[
app: :upstream,
version: "1.2.3",
version: "1.3.0",
elixir: "~> 1.6.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 394a30c

Please sign in to comment.