Skip to content

Commit

Permalink
chore: bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljuca committed Nov 3, 2023
1 parent 530bf90 commit 96d22e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add `swiss_schema` as a dependency in `mix.exs`:
def deps do
[
# ...
{:swiss_schema, "~> 0.4"}
{:swiss_schema, "~> 0.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion lib/swiss_schema.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule SwissSchema do
def deps do
[
# ...
{:swiss_schema, "~> 0.4"}
{:swiss_schema, "~> 0.5"}
]
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 SwissSchema.MixProject do
use Mix.Project

@version "0.4.1"
@version "0.5.0"
@source_url "https://github.com/joeljuca/swiss_schema"

def project do
Expand Down

0 comments on commit 96d22e8

Please sign in to comment.