Skip to content

Commit 1673ddd

Browse files
committed
Bump version -> 0.3.1
1 parent f2f5ce2 commit 1673ddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Clojure JSON Schema Validator & Generator
44

55
```clojure
6-
[luposlip/json-schema "0.3.0"]
6+
[luposlip/json-schema "0.3.1"]
77
```
88

99
A Clojure library for:

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject luposlip/json-schema "0.3.0"
1+
(defproject luposlip/json-schema "0.3.1"
22
:description "Clojure library for JSON Schema validation and generation - Draft-07 compatible"
33
:url "https://github.com/luposlip/json-schema"
44
:license {:name "Apache License, Version 2.0"

0 commit comments

Comments
 (0)