Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camirmas committed Mar 21, 2018
1 parent 02549a5 commit 1ab6ba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This API lends itself nicely to Webhooks, REST Hooks, Server Push, and more!

```elixir
def deps do
[{:grapple, "~> 1.2.2"}]
[{:grapple, "~> 1.2.3"}]
end
```

Expand All @@ -32,7 +32,7 @@ iex -S mix
```

## Documentation
https://hexdocs.pm/grapple/1.2.2
https://hexdocs.pm/grapple/1.2.3

---

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Grapple.Mixfile do

def project do
[app: :grapple,
version: "1.2.2",
version: "1.2.3",
elixir: "~> 1.6.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 1ab6ba4

Please sign in to comment.