Bump to 1.0.0

This commit is contained in:
Serdar Dogruyol 2021-04-25 16:49:44 +03:00
parent 88a56be7ed
commit d0cf79de3e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: spec-kemal
version: 0.5.0
version: 1.0.0
crystal: '< 2.0.0'
development_dependencies:

View File

@ -1,3 +1,3 @@
module Spec::Kemal
VERSION = "0.3.0"
VERSION = "1.0.0"
end