Skip to content

Commit e38d655

Browse files
committed
bump version
1 parent 20d0b26 commit e38d655

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Unreleased
66

7+
## [0.14.4] - 2026-04-09
8+
79
### Fixed
810

911
- Fix an issue where the icon function name atoms don't exist yet when the icon

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The package can be installed by adding `doggo` to your list of dependencies in
1616
```elixir
1717
def deps do
1818
[
19-
{:doggo, "~> 0.14.3"}
19+
{:doggo, "~> 0.14.4"}
2020
]
2121
end
2222
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Doggo.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/woylie/doggo"
5-
@version "0.14.3"
5+
@version "0.14.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)