Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Dec 30, 2024
1 parent d6410d6 commit 981f568
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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

## v0.1.1 (2024-12-31)

- Add logo

## v0.1.0 (2024-04-25)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Ion can be installed by adding `Ion` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ion, "~> 0.1.0"}
{:ion, "~> 0.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ion.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.1"
@github_url "https://github.com/sabiwara/ion"

def project do
Expand Down

0 comments on commit 981f568

Please sign in to comment.