Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed May 4, 2024
1 parent 0cdedf5 commit 5aca3ee
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.3 (2024-05-04)

- Update `:ex_doc`

## v0.1.2 (2023-03-17)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ iex> Cmp.lte?(2, "1")
```elixir
def deps do
[
{:cmp, "~> 0.1.2"}
{:cmp, "~> 0.1.3"}
]
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 Cmp.MixProject do
use Mix.Project

@version "0.1.2"
@version "0.1.3"
@github_url "https://github.com/sabiwara/cmp"

def project do
Expand Down

0 comments on commit 5aca3ee

Please sign in to comment.