Skip to content

Commit

Permalink
ready to release on hex
Browse files Browse the repository at this point in the history
  • Loading branch information
waseigo committed Mar 14, 2023
1 parent 4947ff4 commit 36d4401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ An Elixir library to generate identicons in SVG format, so they can be inlined i

## Installation

The package will be [available in Hex](https://hex.pm/packages/identicon_svg) and can be installed
by adding `identicon_svg` to your list of dependencies in `mix.exs`:
The package is [available in Hex](https://hex.pm/packages/identicon_svg) and can be installed by adding `identicon_svg` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:identicon_svg, "~> 0.1.0"}
{:identicon_svg, "~> 0.7.0"}
]
end
```
Expand All @@ -28,8 +27,8 @@ The docs can be found at <https://hexdocs.pm/identicon_svg>.
## TODO

- [x] Implement core functionality
- [ ] Publish on hex.pm
- [x] Publish on hex.pm
- [ ] Implement testing functions
- [ ] Add background color functionality
- [ ] Add background color functionality (split-complementary for automatic color-matching)
- [ ] Set up CI

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule IdenticonSvg.MixProject do
def project do
[
app: :identicon_svg,
version: "0.1.0",
version: "0.7.0",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 36d4401

Please sign in to comment.