Mention jbuilder support and bump version to 0.5.0 (#21)

* Mention jbuilder support in README.md

* bump 0.5.0
This commit is contained in:
Rocky 2019-10-17 00:05:06 +08:00 committed by Jerome Gravel-Niquet
parent 7603087d3d
commit d2c3c6b5ba
3 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ Simplify developers' lives by abstracting template rendering for multiple templa
| Temel | .temel | [temel](https://github.com/f/temel) | [@f](https://github.com/f) |
| Crikey | .crikey | [crikey](https://github.com/domgetter/crikey) | [@domgetter](https://github.com/domgetter) |
| Liquid | .liquid | [liquid](https://github.com/TechMagister/liquid.cr) | [@docelic](https://github.com/docelic) |
| Jbuilder | .jbuilder | [jbuilder](https://github.com/shootingfly/jbuilder) | [@shootingfly](https://github.com/shootingfly) |
See also:
[Registering your own template engine](#registering-your-own-template-engine).

View file

@ -1,5 +1,5 @@
name: kilt
version: 0.4.0
version: 0.5.0
authors:
- Jerome Gravel-Niquet <jeromegn@gmail.com>

View file

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