Skip to content

Commit

Permalink
Bump to v0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
linjunpop committed Jun 14, 2024
1 parent dfe833b commit 56f8486
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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 @@

## master

## v0.7.0

- Support Elixir 1.17 and OTP 27.
- Require Elixir 1.15.

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ of dependencies in `mix.exs`:
```elixir
def deps do
[
{:receipt_decoder, "~> 0.6.0"}
{:receipt_decoder, "~> 0.7.0"}
]
end
```
Expand Down Expand Up @@ -48,4 +48,3 @@ Run `$ mix receipt_decoder.compile_asn1` to compile the [ReceiptModule.asn1](./a

- [ReceiptVerifier](https://github.com/linjunpop/receipt_verifier) - verify the receipt with App Store
- [AppStore](https://github.com/linjunpop/app_store) - a package for the new App Store Server API

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ReceiptDecoder.Mixfile do
use Mix.Project

@version "0.6.0"
@version "0.7.0"

def project do
[
Expand Down

0 comments on commit 56f8486

Please sign in to comment.