Skip to content

Commit

Permalink
Bump to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Jan 21, 2019
1 parent d1a5d0b commit 6b55602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add exq_ui to your mix.exs deps (replace version with the latest hex.pm package
defp deps do
[
# ... other deps
{:exq_ui, "~> 0.9.0"}
{:exq_ui, "~> 0.10.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExqUi.Mixfile do

def project do
[ app: :exq_ui,
version: "0.9.0",
version: "0.10.0",
elixir: "~> 1.3",
elixirc_paths: ["lib", "web"],
package: [
Expand Down

0 comments on commit 6b55602

Please sign in to comment.