We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c3470 commit 3f3ca2cCopy full SHA for 3f3ca2c
CHANGELOG.md
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
6
## [Unreleased]
7
8
-## [0.1.0] - 2021-12-12
+## [0.12.0] - 2021-12-12
9
10
## Changed
11
- Complete rewrite using Phoenix Liveview #102 by @ananthakumaran!! NOTE: Needs upgrade of Exq to 0.16.0.
mix.exs
@@ -4,7 +4,7 @@ defmodule ExqUI.MixProject do
4
def project do
[
app: :exq_ui,
- version: "0.1.0",
+ version: "0.12.0",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
0 commit comments