Skip to content

Commit

Permalink
RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Jan 9, 2016
1 parent 9ae7619 commit 18f027d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ dependencies in your `mix.exs` file:

```elixir
defp deps do
[{:hedwig, "~> 1.0.0-rc0"}]
[{:hedwig, "~> 1.0.0-rc1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Hedwig.Mixfile do
use Mix.Project

@version "1.0.0-rc0"
@version "1.0.0-rc1"

def project do
[app: :hedwig,
Expand Down

0 comments on commit 18f027d

Please sign in to comment.