From 3e3acfcc54853a69890ddd917196dabc5028c215 Mon Sep 17 00:00:00 2001 From: paldepind Date: Fri, 9 Sep 2016 13:47:24 +0200 Subject: [PATCH] Version 0.5.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e54113..6db5ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snabbdom", - "version": "0.5.2", + "version": "0.5.3", "description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.", "main": "snabbdom.js", "typings": "type-definitions/snabbdom.d.ts",