v0.4.1 w/ support for crystal 1.0.0

This commit is contained in:
Jerome Gravel-Niquet 2021-03-24 08:31:49 -04:00
parent d177f02e12
commit 772ad9eb47
No known key found for this signature in database
GPG Key ID: B0E975C163F54F69
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
name: kilt
version: 0.4.0
version: 0.4.1
crystal: '< 2.0.0'
authors:
- Jerome Gravel-Niquet <jeromegn@gmail.com>

View File

@ -1,3 +1,3 @@
module Kilt
VERSION = "0.4.0"
VERSION = "0.4.1"
end