Skip to content

Commit

Permalink
Release v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Dec 3, 2021
1 parent ec78118 commit 5b65011
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 @@ -19,7 +19,7 @@ Add `workbench` to your list of dependencies in `mix.exs`
```elixir
def deps do
[
{:workbench, "~> 0.0.15"}
{:workbench, "~> 0.0.16"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule Workbench.MixProject do
def project do
[
app: :workbench,
version: "0.0.15",
version: "0.0.16",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down

0 comments on commit 5b65011

Please sign in to comment.