From 81c8b031a9fb9317c514f03a874f74819bb0cf9e Mon Sep 17 00:00:00 2001 From: Jonas Schmidt Date: Thu, 10 Jun 2021 11:48:09 +0200 Subject: [PATCH] Bump version to 0.8.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba5d3a2..2ba3624 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.8.0-rc1"} + {:ex_json_schema, "~> 0.8.1"} ] end ``` diff --git a/mix.exs b/mix.exs index ba9a726..c97e95f 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.8.0-rc1" + @version "0.8.1" def project do [