Skip to content

Commit

Permalink
Bump version -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luposlip committed Apr 25, 2021
1 parent f2f5ce2 commit 1673ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Clojure JSON Schema Validator & Generator

```clojure
[luposlip/json-schema "0.3.0"]
[luposlip/json-schema "0.3.1"]
```

A Clojure library for:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject luposlip/json-schema "0.3.0"
(defproject luposlip/json-schema "0.3.1"
:description "Clojure library for JSON Schema validation and generation - Draft-07 compatible"
:url "https://github.com/luposlip/json-schema"
:license {:name "Apache License, Version 2.0"
Expand Down

0 comments on commit 1673ddd

Please sign in to comment.