From 482a3902b5f776234ce78edd0b3e3fc86d642d4c Mon Sep 17 00:00:00 2001 From: shibao Date: Tue, 14 Feb 2023 01:06:11 -0500 Subject: [PATCH] bump version --- changelog.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index b70e221..635c8f9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# v0.1.9 +- Improve server log +- Style 大一點 + # v0.1.8 - Fix bug with public registration - Improve templates diff --git a/mix.exs b/mix.exs index 4965541..17ad3a4 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Memex.MixProject do def project do [ app: :memex, - version: "0.1.8", + version: "0.1.9", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), compilers: Mix.compilers(),