We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ef0f6 commit 6f2e607Copy full SHA for 6f2e607
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Fuzzy Catalog Changelog
2
3
+## v0.3.1
4
+
5
+- Fix scheduled external library sync not syncing anymore
6
7
## v0.3.0
8
9
- Fixes sync popups not being closeable - #4
mix.exs
@@ -4,7 +4,7 @@ defmodule FuzzyCatalog.MixProject do
def project do
[
app: :fuzzy_catalog,
- version: "0.4.0",
+ version: "0.3.1",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
10
start_permanent: Mix.env() == :prod,
0 commit comments