Skip to content

Commit

Permalink
Bump version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschmidt committed Nov 15, 2023
1 parent 9a4aa62 commit ceb9f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the project to your Mix dependencies in `mix.exs`:
```elixir
defp deps do
[
{:ex_json_schema, "~> 0.10.1"}
{:ex_json_schema, "~> 0.10.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExJsonSchema.Mixfile do
use Mix.Project

@source_url "https://github.com/jonasschmidt/ex_json_schema"
@version "0.10.1"
@version "0.10.2"

def project do
[
Expand Down

0 comments on commit ceb9f2d

Please sign in to comment.