Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed May 1, 2015
1 parent 0b00409 commit 7fc14af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can use `phoenix_live_reload` in your projects by adding it your `mix.exs` d

```elixir
def deps do
[{:phoenix_live_reload, "~> 0.3.0"}]
[{:phoenix_live_reload, "~> 0.3"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PhoenixLiveReload.Mixfile do
use Mix.Project

@version "0.3.2"
@version "0.3.3"

def project do
[app: :phoenix_live_reload,
Expand Down
6 changes: 3 additions & 3 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{"fs": {:hex, :fs, "0.9.1"},
"phoenix": {:hex, :phoenix, "0.11.0"},
"plug": {:hex, :plug, "0.11.3"},
"poison": {:hex, :poison, "1.3.1"}}
"phoenix": {:hex, :phoenix, "0.12.0"},
"plug": {:hex, :plug, "0.12.1"},
"poison": {:hex, :poison, "1.4.0"}}

0 comments on commit 7fc14af

Please sign in to comment.