We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80c89d commit a61b8f7Copy full SHA for a61b8f7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.24.1
4
+
5
+- fixed: Pre-compile images for Apple and Windows
6
7
## v0.24.0
8
9
- changed: Update sqlite to `3.46.1`.
mix.exs
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.24.0"
+ @version "0.24.1"
@sqlite_version "3.46.1"
def project do
0 commit comments