Skip to content

Commit 0ff8d48

Browse files
committed
version
Signed-off-by: Alvaro Frias <alvaro.frias@eclypsium.com>
1 parent a5100f1 commit 0ff8d48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: schematics
22
description: a library to validate data using schemas
3-
version: 0.4.0
3+
version: 0.5.0
44

55
authors:
66
- Alvaro Frias Garay <alvarofriasgaray@gmail.com>

src/schematics.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ require "./coerce"
99
require "./model"
1010

1111
module Schematics
12-
VERSION = "0.4.0"
12+
VERSION = "0.5.0"
1313
end

0 commit comments

Comments
 (0)