Skip to content

Commit 9852981

Browse files
Merge pull request #19 from market-ops/upkeep/handle-master-payload-parsing-error
Bump version to 0.2.4
2 parents 1bcce3d + 59f8692 commit 9852981

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add `:ex_uid2` to the list of dependencies in mix.exs
1010
```elixir
1111
def deps do
1212
[
13-
{:ex_uid2, "~> 0.2.3"}
13+
{:ex_uid2, "~> 0.2.4"}
1414
]
1515
end
1616
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExUid2.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/market-ops/ex_uid2"
5-
@version "0.2.3"
5+
@version "0.2.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)