Current section
13 Versions
Jump to
Current section
13 Versions
Compare versions
2
files changed
+4
additions
-4
deletions
| @@ -15,5 +15,5 @@ | |
| 15 15 | {<<"name">>,<<"phoenix_live_view">>}, |
| 16 16 | {<<"optional">>,false}, |
| 17 17 | {<<"repository">>,<<"hexpm">>}, |
| 18 | - {<<"requirement">>,<<"~> 0.11.0">>}]]}. |
| 19 | - {<<"version">>,<<"0.0.5">>}. |
| 18 | + {<<"requirement">>,<<"~> 0.11.0 or ~> 0.12.0">>}]]}. |
| 19 | + {<<"version">>,<<"0.0.6">>}. |
| @@ -1,7 +1,7 @@ | |
| 1 1 | defmodule PhoenixLiveViewDropzone.MixProject do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @version "0.0.5" |
| 4 | + @version "0.0.6" |
| 5 5 | |
| 6 6 | def project do |
| 7 7 | [ |
| @@ -21,7 +21,7 @@ defmodule PhoenixLiveViewDropzone.MixProject do | |
| 21 21 | [ |
| 22 22 | {:ex_doc, "~> 0.21.3", only: :dev}, |
| 23 23 | {:jason, "~> 1.2.0", only: :test}, |
| 24 | - {:phoenix_live_view, "~> 0.11.0"} |
| 24 | + {:phoenix_live_view, "~> 0.11.0 or ~> 0.12.0"} |
| 25 25 | ] |
| 26 26 | end |