Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Apr 26, 2024
1 parent 5ef84be commit 4a17542
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Dev

- Add logo

## v0.1.0 (2024-04-25)

- Initial release
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img width="160" src="https://raw.githubusercontent.com/sabiwara/ion/main/images/logo_large.png" alt="Ion">

# Ion

[![Hex Version](https://img.shields.io/hexpm/v/ion.svg)](https://hex.pm/packages/ion)
Expand Down
Binary file added images/logo_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule Ion.MixProject do
maintainers: ["sabiwara"],
licenses: ["MIT"],
links: %{"GitHub" => @github_url},
files: ~w(lib mix.exs README.md LICENSE.md CHANGELOG.md)
files: ~w(lib mix.exs README.md LICENSE.md CHANGELOG.md images/logo_small.png)
]
end

Expand All @@ -64,6 +64,7 @@ defmodule Ion.MixProject do
defp docs do
[
main: "Ion",
logo: "images/logo_small.png",
source_ref: "v#{@version}",
source_url: @github_url,
homepage_url: @github_url,
Expand Down

0 comments on commit 4a17542

Please sign in to comment.