We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabbc2e commit a387806Copy full SHA for a387806
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## v0.5.0
6
+
7
- Regenerate the `ReceiptModule` with `:asn1` 5.0.16.
8
- Update minimal requirement to OTP 21 & Elixir 1.10.
9
README.md
@@ -14,7 +14,7 @@ of dependencies in `mix.exs`:
14
```elixir
15
def deps do
16
[
17
- {:receipt_decoder, "~> 0.4.0"}
+ {:receipt_decoder, "~> 0.5.0"}
18
]
19
end
20
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ReceiptDecoder.Mixfile do
use Mix.Project
- @version "0.4.0"
+ @version "0.5.0"
def project do
0 commit comments