Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Feb 4, 2016
1 parent a6402b6 commit 507152a
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
@@ -1,12 +1,12 @@
defmodule Hedwig.Mixfile do
use Mix.Project

@version "1.0.0-rc1"
@version "1.0.0-rc2"

def project do
[app: :hedwig,
version: @version,
elixir: "~> 1.0 or ~> 1.2",
elixir: "~> 1.2",
docs: docs,
deps: deps,
package: package,
Expand Down

0 comments on commit 507152a

Please sign in to comment.