From 29ee39e15b30ac5a6052dc84b30522487a0c0839 Mon Sep 17 00:00:00 2001 From: Gianluca Guarini Date: Sun, 24 Apr 2016 18:47:20 +0200 Subject: [PATCH] closes #15 and https://github.com/riot/riot/issues/1076 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5f5d1c..6db0a39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riot-tmpl", - "version": "2.3.22", + "version": "2.4.0-beta", "description": "The riot template engine", "main": "dist/tmpl.js", "jsnext:main": "dist/es6.tmpl.js",