From d1e4d03f836171c82eb0d83b851b3266aecbd7de Mon Sep 17 00:00:00 2001 From: Jonas Schmidt Date: Thu, 27 Jul 2023 18:13:15 +0200 Subject: [PATCH] Bump version to 0.10.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ca2642..568810e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the project to your Mix dependencies in `mix.exs`: ```elixir defp deps do [ - {:ex_json_schema, "~> 0.10.0"} + {:ex_json_schema, "~> 0.9.3"} ] end ``` diff --git a/mix.exs b/mix.exs index a88bfbc..4688b3c 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExJsonSchema.Mixfile do use Mix.Project @source_url "https://github.com/jonasschmidt/ex_json_schema" - @version "0.10.0" + @version "0.9.3" def project do [