Skip to content

Commit 23447ac

Browse files
committed
Bump version to 0.11.2
1 parent 7f2a871 commit 23447ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the project to your Mix dependencies in `mix.exs`:
1717
```elixir
1818
defp deps do
1919
[
20-
{:ex_json_schema, "~> 0.11.1"}
20+
{:ex_json_schema, "~> 0.11.2"}
2121
]
2222
end
2323
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExJsonSchema.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/jonasschmidt/ex_json_schema"
5-
@version "0.11.1"
5+
@version "0.11.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)