From c0480ab5441a94703777d9c6321d5817775ad8b6 Mon Sep 17 00:00:00 2001 From: Jarek Lipski Date: Fri, 13 Sep 2024 19:50:44 +0200 Subject: [PATCH] bump to 0.2.0 --- theo-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theo-rails.gemspec b/theo-rails.gemspec index 8694019..a7beba0 100644 --- a/theo-rails.gemspec +++ b/theo-rails.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "theo-rails" - spec.version = "0.1.3" + spec.version = "0.2.0" spec.summary = "Theo is HTML-like template language" spec.description = "HTML-like template language for Rails with natural partial syntax" spec.authors = ["Jarek Lipski"]