Skip to content

Commit 0c320e8

Browse files
committed
Bump version to 0.11.1
1 parent f05ba75 commit 0c320e8

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.0"}
20+
{:ex_json_schema, "~> 0.11.1"}
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.0"
5+
@version "0.11.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)