Release v0.3.0
This commit is contained in:
parent
00394a3559
commit
11fb1b4a5c
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# management 0.3.0, yet-to-be-released
|
||||
# management 0.3.0, 2021-02-03
|
||||
|
||||
* Add minimal captcha module
|
||||
* Add minimal support/contact form
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -4,7 +4,7 @@ defmodule RecycledCloud.MixProject do
|
|||
def project do
|
||||
[
|
||||
app: :recycledcloud,
|
||||
version: "0.2.0",
|
||||
version: "0.3.0",
|
||||
elixir: "~> 1.7",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
||||
|
|
Loading…
Reference in a new issue