Skip to content

Commit

Permalink
updates version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Johnson committed Sep 1, 2022
1 parent 168cf3e commit 9c30ed3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 0.3.1 (2022-08-31)

##### Bug Fixes

* Fixes change to business name fetched in the smoke test.

#### 0.3.0 (2022-08-31)

##### Breaking Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ by adding `ex_vatcheck` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_vatcheck, "~> 0.3.0"}
{:ex_vatcheck, "~> 0.3.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExVatcheck.MixProject do
def project do
[
app: :ex_vatcheck,
version: "0.3.0",
version: "0.3.1",
elixir: "~> 1.6",
name: "ExVatcheck",
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 9c30ed3

Please sign in to comment.