Skip to content

Commit

Permalink
Bump to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Oct 9, 2016
1 parent 1aa55ef commit 2a8ef31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule ExqUi.Mixfile do

def project do
[ app: :exq_ui,
version: "0.7.1",
elixir: "~> 1.0.0 or ~> 1.1.1 or ~> 1.2",
version: "0.8.0",
elixir: "~> 1.3",
elixirc_paths: ["lib", "web"],
package: [
maintainers: ["Alex Kira", "Justin McNally", "Nick Sanders"],
Expand Down Expand Up @@ -33,7 +33,7 @@ defmodule ExqUi.Mixfile do
# { :foobar, "0.1", git: "https://github.com/elixir-lang/foobar.git" }
defp deps do
[
{ :exq, github: "akira/exq"},
{ :exq, "~> 0.8.0"},
{ :plug, ">= 0.8.1 and < 2.0.0"},
{ :cowboy, "~> 1.0" },
{ :excoveralls, "~> 0.3", only: :test }
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"eredis": {:hex, :eredis, "1.0.8"},
"excoveralls": {:hex, :excoveralls, "0.4.3", "4686632eca286951d556ecbe909bcbba0b509443c4a677a296ba3ef047349f3e", [:mix], [{:exjsx, "~> 3.0", [hex: :exjsx, optional: false]}, {:hackney, ">= 0.12.0", [hex: :hackney, optional: false]}]},
"exjsx": {:hex, :exjsx, "3.2.0", "7136cc739ace295fc74c378f33699e5145bead4fdc1b4799822d0287489136fb", [:mix], [{:jsx, "~> 2.6.2", [hex: :jsx, optional: false]}]},
"exq": {:git, "https://github.com/akira/exq.git", "5a18534c7c4fa86e3bb1a7ee2492f5891466e124", []},
"exq": {:hex, :exq, "0.8.0", "915f09974aed11a257c36ae8c4f13f35a8cc75f525be30c3858864fb7d5e4b65", [:mix], [{:poison, ">= 1.2.0 or ~> 2.0", [hex: :poison, optional: false]}, {:redix, ">= 0.3.4", [hex: :redix, optional: false]}, {:uuid, ">= 1.0.0", [hex: :uuid, optional: false]}]},
"gettext": {:hex, :gettext, "0.11.0", "80c1dd42d270482418fa158ec5ba073d2980e3718bacad86f3d4ad71d5667679", [:mix], []},
"hackney": {:hex, :hackney, "1.6.1", "ddd22d42db2b50e6a155439c8811b8f6df61a4395de10509714ad2751c6da817", [:rebar3], [{:certifi, "0.4.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.0", [hex: :ssl_verify_fun, optional: false]}]},
"idna": {:hex, :idna, "1.2.0", "ac62ee99da068f43c50dc69acf700e03a62a348360126260e87f2b54eced86b2", [:rebar3], []},
Expand Down

0 comments on commit 2a8ef31

Please sign in to comment.