Skip to content

Commit 6f2e607

Browse files
committed
chore: prepare for a 0.3.1
1 parent a3ef0f6 commit 6f2e607

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Fuzzy Catalog Changelog
22

3+
## v0.3.1
4+
5+
- Fix scheduled external library sync not syncing anymore
6+
37
## v0.3.0
48

59
- Fixes sync popups not being closeable - #4

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule FuzzyCatalog.MixProject do
44
def project do
55
[
66
app: :fuzzy_catalog,
7-
version: "0.4.0",
7+
version: "0.3.1",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)