Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camirmas committed Nov 20, 2016
1 parent f64de61 commit d6c9eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ defmodule Grapple.Mixfile do

def project do
[app: :grapple,
version: "0.2.0",
version: "1.0.0",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
description: "Webhooks service in a PubSub manner",
description: "Webhook magic in Elixir",
package: package,
deps: deps(),

Expand Down

0 comments on commit d6c9eb9

Please sign in to comment.