File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Dev
44
5+ -- Remove logo
6+
57## v0.1.1 (2024-12-31)
68
79- Add logo
Original file line number Diff line number Diff line change 11# Ion
22
3- <img src =" https://raw.githubusercontent.com/sabiwara/ion/main/images/logo_large.png " width =" 80 " height =" 80 " align =" right " alt =" Ion " >
4-
53[ ![ Hex Version] ( https://img.shields.io/hexpm/v/ion.svg )] ( https://hex.pm/packages/ion )
64[ ![ docs] ( https://img.shields.io/badge/docs-hexpm-blue.svg )] ( https://hexdocs.pm/ion/ )
75[ ![ CI] ( https://github.com/sabiwara/ion/workflows/CI/badge.svg )] ( https://github.com/sabiwara/ion/actions?query=workflow%3ACI )
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ defmodule Ion.MixProject do
4343 maintainers: [ "sabiwara" ] ,
4444 licenses: [ "MIT" ] ,
4545 links: % { "GitHub" => @ github_url } ,
46- files: ~w( lib mix.exs README.md LICENSE.md CHANGELOG.md images/logo_small.png )
46+ files: ~w( lib mix.exs README.md LICENSE.md CHANGELOG.md)
4747 ]
4848 end
4949
@@ -69,7 +69,6 @@ defmodule Ion.MixProject do
6969 defp docs do
7070 [
7171 main: "Ion" ,
72- logo: "images/logo_small.png" ,
7372 source_ref: "v#{ @ version } " ,
7473 source_url: @ github_url ,
7574 homepage_url: @ github_url ,
You can’t perform that action at this time.
0 commit comments