Compare commits

...

2 Commits

Author SHA1 Message Date
Luna e4765ff11d Merge remote-tracking branch 'upstream/master' 2021-05-12 11:58:20 -03:00
Serdar Dogruyol d0cf79de3e Bump to 1.0.0 2021-04-25 16:49:44 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: spec-kemal
version: 0.5.1
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