bump version

This commit is contained in:
shibao 2023-02-14 01:06:11 -05:00
parent 2fa1105f40
commit 482a3902b5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# v0.1.9
- Improve server log
- Style 大一點
# v0.1.8
- Fix bug with public registration
- Improve templates

View File

@ -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(),