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 20d0b26 commit e38d655Copy full SHA for e38d655
3 files changed
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
## Unreleased
6
7
+## [0.14.4] - 2026-04-09
8
+
9
### Fixed
10
11
- Fix an issue where the icon function name atoms don't exist yet when the icon
README.md
@@ -16,7 +16,7 @@ The package can be installed by adding `doggo` to your list of dependencies in
16
```elixir
17
def deps do
18
[
19
- {:doggo, "~> 0.14.3"}
+ {:doggo, "~> 0.14.4"}
20
]
21
end
22
```
mix.exs
@@ -2,7 +2,7 @@ defmodule Doggo.MixProject do
2
use Mix.Project
3
@source_url "https://github.com/woylie/doggo"
- @version "0.14.3"
+ @version "0.14.4"
def project do
0 commit comments