Skip to content

Commit

Permalink
Update version to 0.8.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschmidt committed Feb 25, 2021
1 parent 08580cc commit 56fb1e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,7 +8,7 @@
[![License](https://img.shields.io/hexpm/l/ex_json_schema.svg)](https://github.com/jonasschmidt/ex_json_schema/blob/master/LICENSE)
[![Last Updated](https://img.shields.io/github/last-commit/jonasschmidt/ex_json_schema.svg)](https://github.com/jonasschmidt/ex_json_schema/commits/master)

A JSON Schema validator with full support for the draft 4 specification and zero dependencies. Passes the official [JSON Schema Test Suite](https://github.com/json-schema/JSON-Schema-Test-Suite).
A JSON Schema validator with support for the draft 4, draft 6 and draft 7 specifications and zero dependencies. Passes the official [JSON Schema Test Suite](https://github.com/json-schema/JSON-Schema-Test-Suite).

## Installation

Expand All @@ -17,7 +17,7 @@ Add the project to your Mix dependencies in `mix.exs`:
```elixir
defp deps do
[
{:ex_json_schema, "~> 0.7.4"}
{:ex_json_schema, "~> 0.8.0-rc1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -2,7 +2,7 @@ defmodule ExJsonSchema.Mixfile do
use Mix.Project

@source_url "https://github.com/jonasschmidt/ex_json_schema"
@version "0.7.4"
@version "0.8.0-rc1"

def project do
[
Expand Down

0 comments on commit 56fb1e4

Please sign in to comment.